summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #21849 from owncloud/add-custom-marker-into-htaccessThomas Müller2016-01-224-4/+22
|\ | | | | Add custom marker into htaccess and execute integrity check after installation
| * Exclude .htaccess modifications from code checkerLukas Reschke2016-01-224-4/+22
| | | | | | | | After the initial installation ownCloud will write some content into the .htaccess file such as the 404 or 403 directives. This adds a magic marker into the .htaccess file and only the content above this marker will be compared in the integrity checker.
* | Merge pull request #21816 from ↵Thomas Müller2016-01-221-4/+7
|\ \ | |/ |/| | | | | owncloud/require-a-specific-path-instead-of-autoguessing Use path instead of app id for occ app signing
| * Use path instead of app idLukas Reschke2016-01-201-4/+7
| | | | | | | | | | | | This change requires the usage of a path instead of the App ID when signing code. This has the advantage that developers can also sign code under a different location to make it easier. (e.g. remove `.git`, …) Also it adds an example command usage as well as a link to the documentation
* | Merge pull request #20768 from owncloud/mount-cacheThomas Müller2016-01-229-20/+616
|\ \ | | | | | | cache mountpoints in the db
| * | use insertifnotexistsRobin Appelman2016-01-201-23/+5
| | |
| * | clear mount cache when removing applicablesRobin Appelman2016-01-202-0/+36
| | |
| * | handle changed mount pointsRobin Appelman2016-01-201-1/+23
| | |
| * | clear mount cache when deleting userRobin Appelman2016-01-204-18/+101
| | |
| * | multiple minor fiesRobin Appelman2016-01-206-11/+36
| | |
| * | use getmountmanagerRobin Appelman2016-01-201-1/+1
| | |
| * | log duplicatesRobin Appelman2016-01-202-3/+18
| | |
| * | Filter uncached mountsRobin Appelman2016-01-201-10/+15
| | |
| * | cache mountpoints in the dbRobin Appelman2016-01-208-4/+432
| |/
* | Merge pull request #21824 from owncloud/list-of-notifiersThomas Müller2016-01-222-7/+50
|\ \ | | | | | | Make it possible to get a list of notifiers for a potential settings …
| * | Make it possible to get a list of notifiers for a potential settings pageJoas Schilling2016-01-222-7/+50
| | |
* | | Fix PHPDoc - @changed is no official tag -> use @sinceMorris Jobke2016-01-225-14/+7
| | |
* | | [Share 2.0] Fix displaying old shares propleryRoeland Jago Douma2016-01-211-1/+12
| | |
* | | Comments from VincentRoeland Jago Douma2016-01-212-8/+8
| | |
* | | Add Unit tests for the default share providerRoeland Jago Douma2016-01-211-13/+17
| | |
* | | [Share 2.0] Add subfiles=xRoeland Jago Douma2016-01-212-13/+1
| | |
* | | [Share 2.0] Resolve group sharesRoeland Jago Douma2016-01-211-5/+72
| | |
* | | [Sharing 2.0] Start with getSharesRoeland Jago Douma2016-01-213-13/+128
| | |
* | | Merge pull request #21761 from owncloud/share2_linkThomas Müller2016-01-213-12/+71
|\ \ \ | | | | | | | | Share2 link
| * | | [Share 2.0] Add fetching link shares to share managerRoeland Jago Douma2016-01-203-12/+71
| | |/ | |/|
* | | Merge pull request #21797 from owncloud/proper-controller-in-coreThomas Müller2016-01-211-1/+1
|\ \ \ | | | | | | | | Move controller in core/ to a common subfolder
| * | | move setup controller to core/controllerMorris Jobke2016-01-201-1/+1
| | | |
* | | | Merge pull request #21792 from owncloud/systemtags-managerfactoryThomas Müller2016-01-215-6/+176
|\ \ \ \ | |_|_|/ |/| | | Allow custom implementation of system tag managers
| * | | Allow custom implementation of system tag managersVincent Petry2016-01-205-6/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added config.php option to replace the default implementation of system tag manager and system tag object mapper. Also adjusted the comments manager factory to inject the server container
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-214-2/+88
| | | |
* | | | Merge pull request #21782 from ↵Thomas Müller2016-01-214-1/+39
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | owncloud/update-system-addressbook-on-user-change-2 Introduce IUser::setEMailAddress and add hook mechanism
| * | | Emit OC\User::changeUser on change of display nameThomas Müller2016-01-201-1/+6
| | | |
| * | | Introduce IUser::setEMailAddress and add hook mechanismThomas Müller2016-01-204-0/+33
| |/ /
* | | Merge pull request #21775 from owncloud/apcu-iterator-constructorThomas Müller2016-01-201-1/+1
|\ \ \ | |/ / |/| | Fix constructor arguments for APCUIterator
| * | Fix constructor arguments for APCUIteratorRobin Appelman2016-01-181-1/+1
| | |
* | | Properly DI the servercontainerRoeland Jago Douma2016-01-203-5/+23
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-202-2/+32
| |/ |/|
* | Merge pull request #21744 from owncloud/scrutinizer-patch-1Thomas Müller2016-01-194-2/+8
|\ \ | | | | | | Scrutinizer Auto-Fixes
| * | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-01-154-2/+8
| | | | | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* | | properly use standardMorris Jobke2016-01-191-1/+1
| | | | | | | | | | | | * JEDEC standard - https://en.wikipedia.org/wiki/JEDEC_memory_standards#Unit_prefixes_for_semiconductor_storage_capacity
* | | [Share 2.0] Share Object creation is a fragile thingRoeland Jago Douma2016-01-182-13/+84
| | | | | | | | | | | | | | | | | | | | | * We can't assume that the file still exists * We can't assume that the user/group still exists Basically we do not always nicely cleanup shares.
* | | Merge pull request #21519 from owncloud/propagate-folder-sizeThomas Müller2016-01-183-5/+18
|\ \ \ | |_|/ |/| | propagate folder size in the same query for write updates
| * | propagate folder size in the same query for write updatesRobin Appelman2016-01-153-5/+18
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-182-0/+22
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-176-0/+12
| | |
* | | Merge pull request #21705 from owncloud/improve-background-job-messageThomas Müller2016-01-153-2/+15
|\ \ \ | |/ / |/| | Improve background job error message
| * | Add message key to context of logExceptionThomas Müller2016-01-153-3/+15
| | |
| * | use logException() to properly log the exceptionMorris Jobke2016-01-141-1/+2
| | |
| * | Improved error message for failing background jobMorris Jobke2016-01-141-1/+1
| | |
* | | Merge pull request #21730 from owncloud/fix-install-of-shipped-appsThomas Müller2016-01-151-9/+22
|\ \ \ | | | | | | | | Fix installation of shipped apps