summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Don't show apps which are always enabled in the app managerThomas Müller2015-10-261-0/+6
| * Store list of apps which cannot be disabled in shipped.jsonThomas Müller2015-10-261-0/+7
* | Update license headersLukas Reschke2015-10-269-6/+9
* | Fix for broken ajax/share.php endpointRoeland Jago Douma2015-10-231-3/+4
|/
* fix IE8 user agent detectionMorris Jobke2015-10-091-14/+0
* Fix uploading avatar and root certs in IE8Vincent Petry2015-10-092-1/+21
* make mkdir recursive, add phpdoc to apiJörn Friedrich Dreyer2015-10-081-0/+1
* Merge pull request #19607 from owncloud/use-urlThomas Müller2015-10-081-2/+2
|\
| * Use `/` if installed in main folderLukas Reschke2015-10-061-2/+2
* | Add \OCP\IRequest::getHttpProtocolLukas Reschke2015-10-061-0/+8
|/
* deduplicate @xenopathicMorris Jobke2015-10-064-4/+4
* update licence headers via scriptMorris Jobke2015-10-0519-2/+19
* Allow identifying whether the current item is the filtered oneJoas Schilling2015-10-021-0/+13
* cache result of \OCP\Util::needUpgrade()Individual IT Services2015-09-291-1/+5
* Add blob: scheme to default CSP policyLukas Reschke2015-09-291-0/+1
* Merge pull request #19346 from owncloud/drop-passwords-from-exception-logThomas Müller2015-09-252-9/+12
|\
| * Remove passwords from logged exception stack tracesMorris Jobke2015-09-242-9/+12
* | Merge pull request #19360 from owncloud/move-filter-method-into-config-objectThomas Müller2015-09-251-0/+15
|\ \
| * | Move the filtering of sensitive data to the config classJoas Schilling2015-09-251-0/+15
| |/
* / Add the L10N Factory to the container interfaceJoas Schilling2015-09-251-0/+6
|/
* Add since-tagJoas Schilling2015-09-232-0/+14
* Allow listeners to set status code and messageJoas Schilling2015-09-232-0/+109
* Fix type hint errors in the container and the interfaceJoas Schilling2015-09-231-0/+1
* occ script to disable encryption and to decrypt all files againBjoern Schiessle2015-09-151-0/+11
* Function does return voidLukas Reschke2015-09-151-1/+0
* make resolve public to avoid boiler plate codeBernhard Posselt2015-09-131-0/+10
* Merge pull request #18658 from owncloud/configurable-tempFrank Karlitschek2015-09-121-0/+8
|\
| * Clean up TempManager to follow code guidelinesRobin McCorkell2015-08-301-0/+8
* | Merge pull request #18653 from owncloud/dav-stream-guzzleLukas Reschke2015-09-111-1/+1
|\ \
| * | allow streamed responses in http clientRobin Appelman2015-08-291-1/+1
* | | Add reset method to mimetype loaderRobin McCorkell2015-09-111-0/+7