summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Set RewriteBase to / if OC::WEBROOT is not setLukas Reschke2015-12-011-1/+2
* Set "SetEnv" within base `.htaccess` fileLukas Reschke2015-12-011-0/+3
* Support pretty URLsLukas Reschke2015-12-014-3/+20
* Merge pull request #20285 from owncloud/add-integrity-checkerThomas Müller2015-12-0110-3/+802
|\
| * Add code integrity checkLukas Reschke2015-12-0110-3/+802
* | Fix the docs of the exceptions and remove hardcoded language from the messageJoas Schilling2015-12-012-4/+4
|/
* Allow DI the system tag stuff without Application classJoas Schilling2015-11-301-0/+8
* Merge pull request #20650 from owncloud/systemtags-coreThomas Müller2015-11-308-5/+644
|\
| * Do not count the entries when we only need to know if it is at least oneJoas Schilling2015-11-301-5/+14
| * Fix use statementsJoas Schilling2015-11-303-21/+25
| * Add backticks inside function to escape the columnJoas Schilling2015-11-301-1/+1
| * Added system tags data structure and PHP side managersVincent Petry2015-11-278-5/+631
* | Merge pull request #20815 from owncloud/avatar-cache-sizeThomas Müller2015-11-301-2/+7
|\ \
| * | cache resized avatarsRobin Appelman2015-11-281-2/+7
* | | Merge pull request #20248 from owncloud/use-phpunit-groups-to-run-database-co...Thomas Müller2015-11-302-0/+2
|\ \ \
| * | | Add DB group to some files_external testsThomas Müller2015-11-302-0/+2
* | | | Merge pull request #20809 from owncloud/dont-trust-update-server-messageThomas Müller2015-11-301-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Don't trust update serverLukas Reschke2015-11-281-1/+3
| |/ /
* | | Merge pull request #20788 from owncloud/catch-missing-routeThomas Müller2015-11-303-6/+27
|\ \ \
| * | | Dont die when we're missing a routeRobin Appelman2015-11-273-6/+27
* | | | Revert "Dont bother with stream_resolve_include_path if the path is already a...Vincent Petry2015-11-291-5/+1
| |/ / |/| |
* | | Merge pull request #20789 from owncloud/scanner-skip-not-availableRobin Appelman2015-11-271-2/+17
|\ \ \
| * | | also log exceptionRobin Appelman2015-11-271-0/+1
| * | | Skip unavailable storages in scannerRobin Appelman2015-11-271-2/+16
| |/ /
* | | Merge pull request #20792 from owncloud/autoloader-absolute-pathsThomas Müller2015-11-271-1/+5
|\ \ \
| * | | Dont bother with stream_resolve_include_path if the path is already absoluteRobin Appelman2015-11-271-1/+5
| |/ /
* | | Merge pull request #20782 from mitar/better-httpsThomas Müller2015-11-271-1/+2
|\ \ \
| * | | Also allow empty value for no-HTTPS.Mitar2015-11-271-1/+2
| |/ /
* / / Add full interface of server container as aliasMorris Jobke2015-11-261-0/+1
|/ /
* | Merge pull request #20602 from owncloud/fix-installed-appsThomas Müller2015-11-261-0/+6
|\ \
| * | Always installed apps includes the hardcoded ones from shipped.jsonMorris Jobke2015-11-191-0/+6
* | | Merge pull request #20702 from owncloud/move-user-principal-into-subfolderThomas Müller2015-11-262-0/+18
|\ \ \
| * | | Introduce \OCP\IUser::getEMailAddress()Thomas Müller2015-11-252-0/+18
* | | | Merge pull request #20393 from owncloud/querybuilder-select-with-aliasThomas Müller2015-11-262-0/+42
|\ \ \ \
| * | | | Add a method to select a field or value with aliasJoas Schilling2015-11-232-0/+42
* | | | | Merge pull request #20746 from owncloud/untangle-linkToDocsThomas Müller2015-11-265-17/+16
|\ \ \ \ \
| * | | | | Untangle the linkToDocs method in OC_HelperMorris Jobke2015-11-265-17/+16
* | | | | | Merge pull request #20562 from owncloud/comments-interfacesThomas Müller2015-11-264-0/+378
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | proper description for IllegalIDChangeExceptionArthur Schiwon2015-11-261-1/+1
| * | | | | missing setters for setChildrenCount and setLatestChildDateTime (formerly …...Arthur Schiwon2015-11-231-5/+23
| * | | | | give creation datetime setter and getter a more meaningful and less misleadin...Arthur Schiwon2015-11-231-5/+5
| * | | | | public interfaces for CommentsArthur Schiwon2015-11-234-0/+360
* | | | | | Merge pull request #20744 from owncloud/oc_helper-getMimeType-cleanupThomas Müller2015-11-264-15/+3
|\ \ \ \ \ \
| * | | | | | remove unused methodMorris Jobke2015-11-261-12/+0
| * | | | | | Remove last occurences of OC_Helper::getMimeType()Morris Jobke2015-11-263-3/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #20731 from owncloud/per-storage-updaterThomas Müller2015-11-265-114/+144
|\ \ \ \ \ \
| * | | | | | Make Cache\Updater per storageRobin Appelman2015-11-255-114/+144
* | | | | | | Remove unused internal methodsMorris Jobke2015-11-262-33/+2
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #20691 from owncloud/share2.0_di_fixesThomas Müller2015-11-255-85/+64
|\ \ \ \ \ \
| * | | | | | [Sharing 2.0] Fix phpdoc etcRoeland Jago Douma2015-11-245-40/+47