summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9520 from owncloud/theme_urlsBjörn Schießle2014-08-051-0/+16
|\
| * Add ability to theme iOS and Android client URLs just like desktop URLs.scolebrook2014-08-051-0/+16
* | don't display share permission if resharing was disabled by the adminBjoern Schiessle2014-08-051-0/+9
|/
* Merge pull request #10051 from owncloud/preview-empty-textThomas Müller2014-07-311-0/+7
|\
| * Use svg mimeicons for empty text filesRobin Appelman2014-07-301-0/+7
* | Fix template rendering for 'blank' templatesMorris Jobke2014-07-291-1/+3
|/
* Merge pull request #9798 from owncloud/ocs_share_api_add_expire_dateBjörn Schießle2014-07-282-2/+12
|\
| * add OCS api call to set expire date for link sharesBjoern Schiessle2014-07-252-2/+12
* | Merge pull request #9669 from owncloud/group-publicRobin Appelman2014-07-253-0/+171
|\ \
| * | Add group management to the public apiRobin Appelman2014-07-163-0/+171
* | | - adding default value for $recoveryPasswordThomas Müller2014-07-241-3/+3
| |/ |/|
* | Add language parameter to public API for getL10N()Joas Schilling2014-07-211-2/+3
|/
* use correct IUser in interfaceJörn Friedrich Dreyer2014-07-151-2/+2
* Expose the user manager in the public server containerRobin Appelman2014-07-141-0/+7
* Add public interfaces for User, UserManager and UserSessionRobin Appelman2014-07-143-0/+223
* Adding new interface \OCP\Activity\IExtentsionThomas Müller2014-07-082-1/+191
* Merge pull request #9269 from owncloud/fix_versions_previewThomas Müller2014-07-041-0/+7
|\
| * introduce and use getCurrentConnection()Jörn Friedrich Dreyer2014-07-011-0/+7
* | Merge pull request #9329 from owncloud/sharing_check_targetVincent Petry2014-07-021-0/+4
|\ \
| * | add a explicit interface for the home storageBjoern Schiessle2014-07-011-0/+4
| |/
* | Detect removed public sharesRobin Appelman2014-07-012-0/+25
* | Add StorageNotAvailableExceptionRobin Appelman2014-06-301-0/+19
|/
* Merge pull request #8383 from owncloud/object_storageVincent Petry2014-06-271-0/+33
|\
| * move to stream based IObjectStore interface, rearrange & reformat codeJörn Friedrich Dreyer2014-06-201-8/+4
| * fix rebase, use 'object::user:<username>' or 'object::store:<storageid> as st...Jörn Friedrich Dreyer2014-06-181-2/+7
| * change architecture from inheritance to compositionJörn Friedrich Dreyer2014-06-181-0/+32
* | Prevent loadApps on upgradeVincent Petry2014-06-181-0/+9
|/
* also handle lowercase headersBernhard Posselt2014-06-111-22/+22
* handle http accept headers more gracefullyBernhard Posselt2014-06-111-0/+24
* Merge pull request #4553 from owncloud/update_search_classesVincent Petry2014-06-064-0/+177
|\
| * make search non-static, add ISearch to server container, make legacy a static...Jörn Friedrich Dreyer2014-06-064-0/+177
* | remove controller serializersBernhard Posselt2014-06-052-47/+3
|/
* remove file locking - code will continue to live in it's own appThomas Müller2014-06-041-63/+0
* Move Lock to private namespace, add interface. Update PHPDoc.ringmaster2014-06-041-253/+6
* Removed unused vars/declarations, update PHPDoc.ringmaster2014-06-041-2/+1
* Add actual locking and log changes necessary for debugging.ringmaster2014-06-041-25/+242
* Continued flock work.ringmaster2014-06-042-4/+49
* flock changes. Work in progress.ringmaster2014-06-043-0/+96
* add OCP\Config:deleteSystemValueMorris Jobke2014-06-021-0/+10
* Fix PHPDocLukas Reschke2014-06-011-9/+1
* Add $storage->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman2014-05-291-0/+8
* Merge pull request #8136 from owncloud/contactsmanager-registerBart Visscher2014-05-272-4/+3
|\
| * no return on register and unregisterThomas Müller2014-05-191-2/+2
| * Merge branch 'master' into contactsmanager-registerThomas Müller2014-05-1937-185/+1190
| |\
| * \ Merge branch 'master' into contactsmanager-registerBart Visscher2014-04-269-19/+151
| |\ \
| * | | $key is not needed for registering contactsmanager callbacksBart Visscher2014-04-101-2/+1
* | | | allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-0/+9
| |_|/ |/| |
* | | Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-195-15/+15
* | | Merge pull request #8435 from owncloud/fix-8322-masterThomas Müller2014-05-191-0/+14
|\ \ \
| * | | - Introduce isShared() and isMounted() on FileInfo classThomas Müller2014-05-021-0/+14
| | |/ | |/|