summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12577 from owncloud/public-mount-apiLukas Reschke2014-12-085-0/+152
|\
| * Add public api for mount configurationsRobin Appelman2014-12-045-0/+152
* | Merge pull request #12452 from owncloud/server2server-ng-ocsMorris Jobke2014-12-081-2/+3
|\ \
| * | OCS API for server-to-server sharingBjoern Schiessle2014-12-041-2/+3
* | | Merge headersLukas Reschke2014-12-041-1/+1
| |/ |/|
* | add missing public interface for iOS client app idMorris Jobke2014-12-021-0/+8
* | Merge pull request #12427 from owncloud/issue/6101-deprecate-namespaced-funct...Lukas Reschke2014-12-011-3/+88
|\ \ | |/ |/|
| * Depcrate namespaced functions, since they can not be autoloadedJoas Schilling2014-11-261-3/+88
* | add activity priorities to core so that other apps can reuse itBjoern Schiessle2014-11-281-0/+7
* | Merge pull request #12472 from owncloud/modifyCookiesMorris Jobke2014-11-282-5/+75
|\ \
| * | Use server containerLukas Reschke2014-11-271-0/+7
| * | Add functions to modify cookies to response classLukas Reschke2014-11-271-5/+68
| |/
* | Move iHomeStorage to own fileJoas Schilling2014-11-272-4/+24
* | Move share interfaces to own files so they can be autoloadedJoas Schilling2014-11-274-83/+128
|/
* Merge pull request #12421 from owncloud/issue/6101-remove-namespace-permissio...Morris Jobke2014-11-266-20/+42
|\
| * Replace deprecated constant with new class constantJoas Schilling2014-11-255-17/+17
| * Move namespaced constants to namespaced classJoas Schilling2014-11-251-3/+25
* | Introduce app info xml parser including basic unit test - necessary for #10777Thomas Müller2014-11-251-1/+7
|/
* Merge pull request #12142 from owncloud/DeprecateOldIAPICallsMorris Jobke2014-11-242-0/+4
|\
| * Deprecate older API wrappers and callsLukas Reschke2014-11-122-0/+4
* | also check for the correct owner if it was submittedBjoern Schiessle2014-11-211-3/+4
* | Add \OC\App\Manager to handle enabling/disabling appsRobin Appelman2014-11-102-0/+58
|/
* Merge pull request #11998 from owncloud/add-get-logger-to-interfaceLukas Reschke2014-11-061-0/+7
|\
| * Add getLogger() to IServerContainerLukas Reschke2014-11-061-0/+7
* | Add OCP\Security\IHasherLukas Reschke2014-11-062-0/+61
|/
* Merge pull request #11965 from owncloud/fix-jsonresponseThomas Müller2014-11-051-1/+1
|\
| * fix typo in content typeBernhard Posselt2014-11-051-1/+1
* | Support HTML in logo claimLukas Reschke2014-11-031-0/+8
|/
* Merge pull request #11080 from owncloud/addheader-text-2Vincent Petry2014-10-301-2/+4
|\
| * Fix the "addHeader($tag, $attributes, $text)" methods to not ignore the $text...Lukas Reschke2014-10-281-2/+4
* | Merge pull request #11821 from owncloud/generic-responseMorris Jobke2014-10-303-3/+104
|\ \
| * | add dataresponseBernhard Posselt2014-10-293-3/+104
| |/
* / Added OC.L10N namespace with translation functionsVincent Petry2014-10-291-0/+9
|/
* Merge pull request #11787 from owncloud/fix-php-docsMorris Jobke2014-10-271-1/+1
|\
| * Fix PHPDocLukas Reschke2014-10-271-1/+1
* | Merge pull request #11767 from danbartram/add_db_rollbackMorris Jobke2014-10-241-0/+7
|\ \
| * | Add missing DB rollback functionalityDan Bartram2014-10-241-0/+7
| |/
* / Add \OC\TempManager to handle creating and cleaning temporary filesRobin Appelman2014-10-242-0/+45
|/
* Bit more cleanupRobin Appelman2014-10-221-0/+8
* Extend \OCP\IDBConnection to cover more use casesRobin Appelman2014-10-221-3/+61
* Allow adding events that hapend before the event logger was loadedRobin Appelman2014-10-201-0/+8
* Rename namespace to DiagnosticsRobin Appelman2014-10-205-8/+8
* Add QueryLogger interface to allow apps to get a list of used queriesRobin Appelman2014-10-203-0/+62
* Add an EventLogger interface to allow apps to get a log of the request timelineRobin Appelman2014-10-203-0/+74
* PHPDoc fixes as suggested by @MorrisJobke.Bernhard Reiter2014-10-141-2/+2
* Add getTag() function for accessing of a single tag.Bernhard Reiter2014-10-141-0/+9
* Add option to include tags for shared items.Bernhard Reiter2014-10-142-2/+13
* Fix a comment.Bernhard Reiter2014-10-141-2/+2
* Expose getAppKeys trough \OCP\IConfigRobin Appelman2014-10-081-0/+7
* Merge pull request #10107 from owncloud/sharing_group_sharesLukas Reschke2014-09-291-2/+2
|\