aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* unify license headers for public API filesMorris Jobke2013-11-0345-382/+676
* fix "No page-level DocBlock"Morris Jobke2013-11-0323-9/+166
* Always select item_source.Andreas Fischer2013-11-031-3/+3
* Deduplicate expiration date check into a method.Andreas Fischer2013-11-031-15/+21
* Use unshareItem() when unsharing expired shares.Andreas Fischer2013-11-031-2/+2
* Use unshareItem() in unshareAll().Andreas Fischer2013-11-031-1/+1
* Extract unshare() code into unshareItem().Andreas Fischer2013-11-031-17/+1
* OCP\Share::unshareAll(): Deduplicate hook parameters.Andreas Fischer2013-11-031-8/+26
* Merge pull request #5443 from owncloud/fix-autoloader-cachingBart Visscher2013-11-012-24/+33
|\
| * Allow null as cache parameter (if no cache was found) and for cache removal.Andreas Fischer2013-10-221-1/+1
| * Only write-back on cache miss.Andreas Fischer2013-10-221-3/+3
| * Only use autoloader cache when 'instanceid' is available.Andreas Fischer2013-10-221-5/+9
| * Inject memoryCache into Autoloader. Remove recursion-prevention hack.Andreas Fischer2013-10-222-28/+33
* | Merge pull request #5658 from owncloud/session-error-full-sentenceMorris Jobke2013-11-011-1/+1
|\ \
| * | Make "Please contact your system administrator" a full sentence.Andreas Fischer2013-11-011-1/+1
* | | Merge pull request #5653 from owncloud/fix-api-documentationMorris Jobke2013-11-018-417/+413
|\ \ \ | |/ / |/| |
| * | fix documentation stuffMorris Jobke2013-10-318-417/+413
* | | Merge pull request #5551 from owncloud/fix-5202-masterMorris Jobke2013-10-311-1/+5
|\ \ \
| * | | When updating an appstore app, execute a database updateBart Visscher2013-10-251-1/+5
* | | | Merge pull request #5637 from owncloud/fix_privatedataJörn Friedrich Dreyer2013-10-312-50/+60
|\ \ \ \
| * | | | Get rid of the SELECT query. Try UPDATE, on failure INSERT.Andreas Fischer2013-10-311-8/+4
| * | | | fixing undefined index in delete()Thomas Müller2013-10-311-5/+7
| * | | | PHPDoc comment updated - checkLoggedIn() removedThomas Müller2013-10-311-9/+10
| * | | | no need to check if the user is logged inThomas Müller2013-10-311-1/+0
| * | | | fixing php notice: Undefined index keyThomas Müller2013-10-311-1/+1
| * | | | no need to check if the user is logged in - this is already done in the ocs d...Thomas Müller2013-10-311-6/+6
| * | | | Merge branch 'master' into fix_privatedataThomas Müller2013-10-312-1/+4
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | fix the privatedata key value storeFrank Karlitschek2013-10-302-43/+55
* | | | | Merge pull request #5591 from owncloud/home-storageJörn Friedrich Dreyer2013-10-313-2/+52
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'master' into home-storageThomas Müller2013-10-3010-73/+169
| |\ \ \ \
| * | | | | dont use the home storage for non-existing usersRobin Appelman2013-10-291-2/+2
| * | | | | use the new home storage backend when no existing local storage backend exist...Robin Appelman2013-10-292-2/+21
| * | | | | add specialized storage backend for home foldersRobin Appelman2013-10-291-0/+31
* | | | | | we should check if a user is logged in before we check for admin privilegeThomas Müller2013-10-301-0/+2
| |/ / / / |/| | | |
* | | | | Merge pull request #5615 from owncloud/fixing-5614-masterLukas Reschke2013-10-301-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Added missing HTTP prefix to the $_SERVER variableLukas Reschke2013-10-301-1/+1
| * | | | http header OCS-ApiRequest: true is required in case of session based OCS API...Thomas Müller2013-10-291-1/+2
* | | | | Merge branch 'master' into update-parent-storage-mtimeRobin Appelman2013-10-307-51/+121
|\ \ \ \ \
| * \ \ \ \ Merge pull request #5603 from owncloud/fix_file_cache_updater_masterVincent Petry2013-10-301-12/+39
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge branch 'master' into fix_file_cache_updater_masterBjoern Schiessle2013-10-296-39/+82
| | |\ \ \ \
| | * | | | | make sure that also the storage etag gets changedBjoern Schiessle2013-10-291-4/+7
| | * | | | | make getUidAndFilename() privateBjoern Schiessle2013-10-291-1/+1
| | * | | | | backport of https://github.com/owncloud/core/pull/5513Bjoern Schiessle2013-10-291-12/+36
| * | | | | | use getHome() to delete users dataBjoern Schiessle2013-10-291-3/+3
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #5605 from owncloud/fix_delete_userBjörn Schießle2013-10-292-9/+30
| |\ \ \ \ \
| | * | | | | remove user from cache if he was deleted successfullyBjoern Schiessle2013-10-292-9/+30
| | |/ / / /
| * | | | | Merge pull request #5577 from owncloud/fix_urlgenerator_imagepathThomas Müller2013-10-291-5/+5
| |\ \ \ \ \
| | * | | | | use SERVERROOT instead of WEBROOT in all file_exists checks, whitespaceJörn Friedrich Dreyer2013-10-281-5/+5
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #5601 from owncloud/fix-mimetype-detectionMorris Jobke2013-10-292-2/+10
| |\ \ \ \ \
| | * | | | | Map empty mimetypes to octet-stream for Oracle DBMS.Andreas Fischer2013-10-291-0/+4