summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ | |/|
* | | Automatically copy the share expiration date when new shares are createdJoas Schilling2014-05-191-9/+5
* | | Merge pull request #8604 from owncloud/sharing_encforce_passwordBjörn Schießle2014-05-161-0/+8
|\ \ \
| * | | allow admin to enforce passwords for public link sharesBjoern Schiessle2014-05-161-0/+8
* | | | use fetch method instead of fetchRow because fetchRow is only an owncloud int...Bernhard Posselt2014-05-141-3/+3
* | | | provide a way to detect the language that is being used (e.g. for clientside ...Bernhard Posselt2014-05-141-0/+14
|/ / /
* | | Fix various code errors detected by ScrutinizerRobin McCorkell2014-05-131-1/+1
* | | Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-1314-57/+57
* | | Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-132-2/+2
* | | Fix @return array PHPDocs, in /libRobin McCorkell2014-05-137-13/+13
* | | Replace @returns with @return, in /libRobin McCorkell2014-05-132-2/+2
* | | Merge pull request #8482 from owncloud/public-loggerThomas Müller2014-05-121-0/+101
|\ \ \
| * | | - make logger available in the containerBernhard Posselt2014-05-091-0/+101
* | | | Merge pull request #8477 from owncloud/better-controllersMorris Jobke2014-05-1210-12/+108
|\ \ \ \
| * | | | adjust license headers to new mail addressBernhard Posselt2014-05-1110-10/+10
| * | | | rename formatter to responder, formatResponse to buildResponseBernhard Posselt2014-05-111-12/+12
| * | | | implement most of the basic stuff that was suggested in #8290Bernhard Posselt2014-05-113-3/+99
* | | | | Merge pull request #8274 from owncloud/appframework-dbMorris Jobke2014-05-126-0/+670
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make db connection protectedBernhard Posselt2014-05-111-1/+1
| * | | | dont update entity and dont run an update query if an entity wasnt changed at...Bernhard Posselt2014-04-232-1/+9
| * | | | Fix typo & add typeLukas Reschke2014-04-201-4/+4
| * | | | move db into iservercontainerBernhard Posselt2014-04-193-1/+11
| * | | | fix doc strings for db facadeBernhard Posselt2014-04-191-1/+1