summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Remove unused setActiveNavigationEntry of OC_App - it's also in OCP\AppMorris Jobke2015-12-041-1/+2
* Merge pull request #20545 from owncloud/scan-storage-in-background-jobThomas Müller2015-12-031-1/+0
|\
| * Move files/ajax/scan.php to background jobLukas Reschke2015-11-281-1/+0
* | Fix code from commentsJesús Macias2015-12-034-27/+15
* | Migrate storate status code to storagenotavailablexceptionJesús Macias2015-12-031-0/+3
* | Fix code from PR commentsJesús Macias2015-12-035-8/+13
* | Add new external storage exceptions for different errorsJesús Macias2015-12-034-0/+177
* | Merge pull request #20872 from owncloud/systemtags-better-not-found-exceptionThomas Müller2015-12-032-2/+28
|\ \
| * | Add a method to get the list of tags from the TagNotFound ExceptionJoas Schilling2015-12-012-2/+28
* | | Adding unit test for MailNotifications::sendInternalShareMail()Thomas Müller2015-12-021-1/+1
* | | Merge pull request #20719 from owncloud/adding-system-addressbook-of-usersThomas Müller2015-12-022-0/+24
|\ \ \
| * | | Proposal: add enumeration function to IUserManager which simply calls a callb...Thomas Müller2015-12-021-0/+7
| * | | Add the user's cloud id to the vCardThomas Müller2015-12-021-0/+8
| * | | Add IUser::getAvatarImage() for easy accessThomas Müller2015-12-021-0/+9
| |/ /
* / / Reduce OC_Config usage in lib/Morris Jobke2015-12-021-2/+3
|/ /
* | Fix the docs of the exceptions and remove hardcoded language from the messageJoas Schilling2015-12-011-1/+3
* | Merge pull request #20650 from owncloud/systemtags-coreThomas Müller2015-11-304-5/+35
|\ \ | |/ |/|
| * Added system tags data structure and PHP side managersVincent Petry2015-11-274-5/+35
* | Merge pull request #20702 from owncloud/move-user-principal-into-subfolderThomas Müller2015-11-261-0/+8
|\ \
| * | Introduce \OCP\IUser::getEMailAddress()Thomas Müller2015-11-251-0/+8
* | | Merge pull request #20393 from owncloud/querybuilder-select-with-aliasThomas Müller2015-11-261-0/+18
|\ \ \
| * | | Add a method to select a field or value with aliasJoas Schilling2015-11-231-0/+18
* | | | 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-261-1/+1
|\ \ \ \
| * | | | Remove last occurences of OC_Helper::getMimeType()Morris Jobke2015-11-261-1/+1
| | |/ / | |/| |
* / | | Remove unused internal methodsMorris Jobke2015-11-261-2/+2
|/ / /
* / / Consistent interface declarationRoeland Jago Douma2015-11-231-8/+0
|/ /
* | Merge pull request #20614 from owncloud/use-mocks-when-testing-isSharingDisab...Thomas Müller2015-11-202-2/+6
|\ \ | |/ |/|
| * Adjust PHPDoc as suggestedThomas Müller2015-11-201-1/+1
| * Use mocks when testing isSharingDisabledForUserThomas Müller2015-11-191-1/+5
* | Adjust the method name to reflect it's behaviourJoas Schilling2015-11-191-1/+1
* | Merge pull request #20563 from owncloud/systemtags-interfaceThomas Müller2015-11-195-0/+352
|\ \ | |/ |/|
| * Core interfaces for system tags and its managerVincent Petry2015-11-195-0/+352
* | Merge pull request #20494 from owncloud/storage-forbidden-exceptionThomas Müller2015-11-181-0/+55
|\ \
| * | Allow storage wrappers to through a forbidden exception with retry informationJoas Schilling2015-11-171-0/+55
| |/
* / Add getOwner() method to FileInfo and Node APIVincent Petry2015-11-132-0/+14
|/
* Merge pull request #20224 from owncloud/fileinfo-ownerRobin Appelman2015-11-101-0/+8
|\
| * Add getOwner to FileInfoRobin Appelman2015-11-101-0/+8
* | Merge pull request #20389 from owncloud/storage_not_availableThomas Müller2015-11-101-1/+16
|\ \ | |/ |/|
| * use a HintException to have some useful user output in case of an errorBjörn Schießle2015-11-101-1/+16
* | Merge pull request #20373 from owncloud/use-random-int-if-it-existsThomas Müller2015-11-101-3/+5
|\ \
| * | Use native CSPRNG if availableLukas Reschke2015-11-091-3/+5
| |/
* / Add escapeLikeParameter to IDBConnectionRobin Appelman2015-11-051-0/+9
|/
* adjust comment, this parameter was added for 9.0Björn Schießle2015-11-041-1/+1
* cache result from parent foldersBjoern Schiessle2015-11-041-4/+5
* Merge pull request #19837 from owncloud/always-enabled-appsThomas Müller2015-10-261-0/+13
|\