summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Add type of the variables to the docsJoas Schilling2014-12-101-3/+3
* Merge pull request #12485 from owncloud/jenkins-12383Joas Schilling2014-12-103-6/+130
|\
| * Require the interface and return a string instead of private classesJoas Schilling2014-12-101-16/+16
| * Deprecate Util::formatDate()Joas Schilling2014-12-102-6/+9
| * Add a DateTimeFormatter class which allows overwriting the language and timezoneJoas Schilling2014-12-091-0/+121
* | Merge pull request #12711 from owncloud/add-backend-to-rest-indexLukas Reschke2014-12-101-0/+7
|\ \
| * | Expose backend type via REST APILukas Reschke2014-12-091-0/+7
* | | Merge pull request #12695 from owncloud/db-drop-tableMorris Jobke2014-12-091-0/+15
|\ \ \ | |_|/ |/| |
| * | Add tableExists to public db apiRobin Appelman2014-12-091-1/+9
| * | Add dropTable to IDBConnectionRobin Appelman2014-12-091-0/+7
* | | Merge pull request #12409 from owncloud/tags-getTagsForObjectIdsJoas Schilling2014-12-091-1/+17
|\ \ \ | |/ / |/| |
| * | Add getTagsForObjects in ITagsVincent Petry2014-12-081-1/+17
* | | Merge pull request #12406 from owncloud/drop-getApps-getUsersThomas Müller2014-12-094-11/+94
|\ \ \ | |_|/ |/| |
| * | reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-2/+2
| * | introduce preCondition for setUserValue to provide atomic check-and-updateMorris Jobke2014-12-082-1/+33
| * | Refactoring of OC_Preferences to AllConfigMorris Jobke2014-12-081-1/+27
| * | introduce deleteAllUserValuesMorris Jobke2014-12-081-0/+7
| * | introduce proper interface for deleteAppValueMorris Jobke2014-12-082-0/+8
| * | use old methods and redirect in deprecated methodsMorris Jobke2014-12-081-2/+2
| * | @deprecated messages for \OCP\Config and \OCP\AppConfigMorris Jobke2014-12-082-2/+8
| * | Extract interaction with config.php into SystemConfigMorris Jobke2014-12-081-3/+7
* | | 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
|\