Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix "No page-level DocBlock" | Morris Jobke | 2013-11-03 | 23 | -9/+166 |
| | |||||
* | Always select item_source. | Andreas Fischer | 2013-11-03 | 1 | -3/+3 |
| | |||||
* | Deduplicate expiration date check into a method. | Andreas Fischer | 2013-11-03 | 1 | -15/+21 |
| | |||||
* | Use unshareItem() when unsharing expired shares. | Andreas Fischer | 2013-11-03 | 1 | -2/+2 |
| | |||||
* | Use unshareItem() in unshareAll(). | Andreas Fischer | 2013-11-03 | 1 | -1/+1 |
| | |||||
* | Extract unshare() code into unshareItem(). | Andreas Fischer | 2013-11-03 | 1 | -17/+1 |
| | |||||
* | OCP\Share::unshareAll(): Deduplicate hook parameters. | Andreas Fischer | 2013-11-03 | 1 | -8/+26 |
| | |||||
* | Merge pull request #5443 from owncloud/fix-autoloader-caching | Bart Visscher | 2013-11-01 | 2 | -24/+33 |
|\ | | | | | Remove Autoloader Cache Hack. Do not use Cache on Install. | ||||
| * | Allow null as cache parameter (if no cache was found) and for cache removal. | Andreas Fischer | 2013-10-22 | 1 | -1/+1 |
| | | |||||
| * | Only write-back on cache miss. | Andreas Fischer | 2013-10-22 | 1 | -3/+3 |
| | | |||||
| * | Only use autoloader cache when 'instanceid' is available. | Andreas Fischer | 2013-10-22 | 1 | -5/+9 |
| | | |||||
| * | Inject memoryCache into Autoloader. Remove recursion-prevention hack. | Andreas Fischer | 2013-10-22 | 2 | -28/+33 |
| | | |||||
* | | Merge pull request #5658 from owncloud/session-error-full-sentence | Morris Jobke | 2013-11-01 | 1 | -1/+1 |
|\ \ | | | | | | | [Trivial] Make "Please contact your system administrator" a full sentence. | ||||
| * | | Make "Please contact your system administrator" a full sentence. | Andreas Fischer | 2013-11-01 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #5653 from owncloud/fix-api-documentation | Morris Jobke | 2013-11-01 | 8 | -417/+413 |
|\ \ \ | |/ / |/| | | fix documentation stuff | ||||
| * | | fix documentation stuff | Morris Jobke | 2013-10-31 | 8 | -417/+413 |
| | | | |||||
* | | | Merge pull request #5551 from owncloud/fix-5202-master | Morris Jobke | 2013-10-31 | 1 | -1/+5 |
|\ \ \ | | | | | | | | | When updating an appstore app, execute a database update | ||||
| * | | | When updating an appstore app, execute a database update | Bart Visscher | 2013-10-25 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | See #5202 | ||||
* | | | | Merge pull request #5637 from owncloud/fix_privatedata | Jörn Friedrich Dreyer | 2013-10-31 | 2 | -50/+60 |
|\ \ \ \ | | | | | | | | | | | Fix privatedata | ||||
| * | | | | Get rid of the SELECT query. Try UPDATE, on failure INSERT. | Andreas Fischer | 2013-10-31 | 1 | -8/+4 |
| | | | | | |||||
| * | | | | fixing undefined index in delete() | Thomas Müller | 2013-10-31 | 1 | -5/+7 |
| | | | | | |||||
| * | | | | PHPDoc comment updated - checkLoggedIn() removed | Thomas Müller | 2013-10-31 | 1 | -9/+10 |
| | | | | | |||||
| * | | | | no need to check if the user is logged in | Thomas Müller | 2013-10-31 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | fixing php notice: Undefined index key | Thomas Müller | 2013-10-31 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | no need to check if the user is logged in - this is already done in the ocs ↵ | Thomas Müller | 2013-10-31 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dispatcher itself adding @return | ||||
| * | | | | Merge branch 'master' into fix_privatedata | Thomas Müller | 2013-10-31 | 2 | -1/+4 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | fix the privatedata key value store | Frank Karlitschek | 2013-10-30 | 2 | -43/+55 |
| | | | | | |||||
* | | | | | Merge pull request #5591 from owncloud/home-storage | Jörn Friedrich Dreyer | 2013-10-31 | 3 | -2/+52 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Make home folders movable without requiring rescans | ||||
| * | | | | Merge branch 'master' into home-storage | Thomas Müller | 2013-10-30 | 10 | -73/+169 |
| |\ \ \ \ | |||||
| * | | | | | dont use the home storage for non-existing users | Robin Appelman | 2013-10-29 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | use the new home storage backend when no existing local storage backend ↵ | Robin Appelman | 2013-10-29 | 2 | -2/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | exists for the user's home | ||||
| * | | | | | add specialized storage backend for home folders | Robin Appelman | 2013-10-29 | 1 | -0/+31 |
| | | | | | | |||||
* | | | | | | we should check if a user is logged in before we check for admin privilege | Thomas Müller | 2013-10-30 | 1 | -0/+2 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #5615 from owncloud/fixing-5614-master | Lukas Reschke | 2013-10-30 | 1 | -1/+2 |
|\ \ \ \ \ | |_|/ / / |/| | | | | http header OCS-ApiRequest: true is required in case of session based OC... | ||||
| * | | | | Added missing HTTP prefix to the $_SERVER variable | Lukas Reschke | 2013-10-30 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | http header OCS-ApiRequest: true is required in case of session based OCS ↵ | Thomas Müller | 2013-10-29 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | API calls | ||||
* | | | | | Merge branch 'master' into update-parent-storage-mtime | Robin Appelman | 2013-10-30 | 7 | -51/+121 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/files/cache/updater.php | ||||
| * \ \ \ \ | Merge pull request #5603 from owncloud/fix_file_cache_updater_master | Vincent Petry | 2013-10-30 | 1 | -12/+39 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | Fix file cache updater (backport to master of #5513) | ||||
| | * | | | | Merge branch 'master' into fix_file_cache_updater_master | Bjoern Schiessle | 2013-10-29 | 6 | -39/+82 |
| | |\ \ \ \ | |||||
| | * | | | | | make sure that also the storage etag gets changed | Bjoern Schiessle | 2013-10-29 | 1 | -4/+7 |
| | | | | | | | |||||
| | * | | | | | make getUidAndFilename() private | Bjoern Schiessle | 2013-10-29 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | backport of https://github.com/owncloud/core/pull/5513 | Bjoern Schiessle | 2013-10-29 | 1 | -12/+36 |
| | | | | | | | |||||
| * | | | | | | use getHome() to delete users data | Bjoern Schiessle | 2013-10-29 | 1 | -3/+3 |
| | |/ / / / | |/| | | | | |||||
| * | | | | | Merge pull request #5605 from owncloud/fix_delete_user | Björn Schießle | 2013-10-29 | 2 | -9/+30 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | remove user from cache if he was deleted successfully | ||||
| | * | | | | | remove user from cache if he was deleted successfully | Bjoern Schiessle | 2013-10-29 | 2 | -9/+30 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #5577 from owncloud/fix_urlgenerator_imagepath | Thomas Müller | 2013-10-29 | 1 | -5/+5 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | use SERVERROOT instead of WEBROOT in all file_exists checks, whitespace | ||||
| | * | | | | | use SERVERROOT instead of WEBROOT in all file_exists checks, whitespace | Jörn Friedrich Dreyer | 2013-10-28 | 1 | -5/+5 |
| | | |/ / / | | |/| | | | |||||
| * | | | | | Merge pull request #5601 from owncloud/fix-mimetype-detection | Morris Jobke | 2013-10-29 | 2 | -2/+10 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix mimetype detection | ||||
| | * | | | | | Map empty mimetypes to octet-stream for Oracle DBMS. | Andreas Fischer | 2013-10-29 | 1 | -0/+4 |
| | | | | | | | |||||
| | * | | | | | Return early if fileinfo is there. | Andreas Fischer | 2013-10-29 | 1 | -0/+1 |
| | | | | | | |