summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | fix scrutinizer issuesBernhard Posselt2014-04-191-0/+4
| * | | port database layer from appframework to coreBernhard Posselt2014-04-195-0/+648
* | | | add cors middlewareBernhard Posselt2014-05-093-2/+108
| |/ / |/| |
* | | Merge pull request #8221 from owncloud/type-hinting-sharingVincent Petry2014-05-081-72/+71
|\ \ \
| * | | Correct return type for getFilePathBart Visscher2014-05-011-1/+1
| * | | Better documentation for isValidSource functionBart Visscher2014-05-011-4/+1
| * | | Merge branch 'master' into type-hinting-sharingBart Visscher2014-04-288-17/+149
| |\ \ \ | | | |/ | | |/|
| * | | Fix PHPdoc in OC\Share\Share and OCP\ShareBart Visscher2014-04-151-68/+70
* | | | Some expected Sabre exceptions are now logged with DEBUG levelVincent Petry2014-05-071-4/+5
| |/ / |/| |
* | | add api to get shares from a specific userBjoern Schiessle2014-04-231-0/+16
* | | Merge pull request #8009 from owncloud/feature/add-sharing-targetJoas Schilling2014-04-231-3/+4
|\ \ \
| * | | Add option to getUsersSharingFile() to get the paths for the shared usersJoas Schilling2014-04-091-3/+4
* | | | Merge pull request #8281 from owncloud/public-responsesMorris Jobke2014-04-222-0/+107
|\ \ \ \
| * | | | make download and redirectresponse publicBernhard Posselt2014-04-202-0/+107
| | |_|/ | |/| |
* / | | Some more PHPDoc fixesLukas Reschke2014-04-211-12/+9
|/ / /
* | | Merge pull request #8222 from owncloud/type-hintingMorris Jobke2014-04-173-1/+13
|\ \ \
| * | | Fix PHPdoc in lib/publicBart Visscher2014-04-153-1/+13
| | |/ | |/|
* / | Remove uneeded usages of nosniffLukas Reschke2014-04-131-1/+0
|/ /
* / register middleware as string to not force request to be instantiated too ear...Bernhard Posselt2014-04-091-2/+2
|/
* Merge pull request #7643 from owncloud/chainable_responseThomas Müller2014-04-083-0/+22
|\
| * Add @return PHPDocsThomas Tanghus2014-03-103-0/+7
| * Chainable Response in AppFrameworkThomas Tanghus2014-03-093-0/+15
* | fixing undefined exception classesThomas Müller2014-04-071-3/+3
* | Merge pull request #8017 from Raydiation/masterblizzz2014-04-071-7/+7
|\ \
| * | Remove dependency on container, removing service locator antipatternBernhard Posselt2014-04-021-7/+7