Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | fix check if app is enabled | Bjoern Schiessle | 2013-09-25 | 1 | -4/+3 | |
| | * | | | | | | | check if key exists before reading it | Bjoern Schiessle | 2013-09-25 | 1 | -1/+4 | |
| * | | | | | | | | Merge pull request #4987 from owncloud/different_color_placeholder | Morris Jobke | 2013-09-25 | 1 | -2/+13 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | Shorten optional text-argument processing | kondou | 2013-09-25 | 1 | -3/+2 | |
| | * | | | | | | | Make it possible to have a different color than the username for placeholder | kondou | 2013-09-25 | 1 | -2/+14 | |
| * | | | | | | | | Merge pull request #4989 from owncloud/coverage-for-all-master | Thomas Müller | 2013-09-25 | 1 | -6/+1 | |
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | collect coverage for all databases again - ci.owncloud.org has more RAM avail... | Thomas Müller | 2013-09-25 | 1 | -6/+1 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #4968 from owncloud/user_checkpwd | Thomas Müller | 2013-09-25 | 9 | -101/+96 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Adjust Tests and satisfy them | Arthur Schiwon | 2013-09-24 | 3 | -44/+51 | |
| | * | | | | | | | Fix doc | Arthur Schiwon | 2013-09-24 | 1 | -1/+1 | |
| | * | | | | | | | Fix return value from User object to User ID | Arthur Schiwon | 2013-09-24 | 1 | -1/+1 | |
| | * | | | | | | | === not == | Arthur Schiwon | 2013-09-24 | 1 | -1/+1 | |
| | * | | | | | | | User: move checkPassword from User to Manager to not break API | Arthur Schiwon | 2013-09-24 | 7 | -60/+48 | |
| | | |_|_|_|_|/ | | |/| | | | | | ||||||
| * | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-09-24 | 35 | -208/+287 | |
| * | | | | | | | Merge pull request #4963 from cyberb/patch-1 | Christopher | 2013-09-24 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | fixing typo | Boris Rybalkin | 2013-09-23 | 1 | -1/+1 | |
* | | | | | | | | remove unused setUp() | Thomas Müller | 2013-09-27 | 1 | -3/+0 | |
* | | | | | | | | catching NotPermittedException and throw it to the dav client as 403 | Thomas Müller | 2013-09-26 | 1 | -5/+10 | |
* | | | | | | | | adding basic unit test for failing file_put_content operation | Thomas Müller | 2013-09-24 | 1 | -0/+27 | |
* | | | | | | | | creating non static getETagPropertyForPath() | Thomas Müller | 2013-09-24 | 3 | -16/+28 | |
* | | | | | | | | unify duplicate code | Thomas Müller | 2013-09-24 | 2 | -59/+29 | |
* | | | | | | | | adding error handling on file_put_contents within the web dav implementation | Thomas Müller | 2013-09-24 | 2 | -2/+12 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #4930 from owncloud/fix-apps-settings | Thomas Müller | 2013-09-24 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Fix the apps enabling/disabling in settings | Bart Visscher | 2013-09-20 | 1 | -1/+3 | |
* | | | | | | | Merge pull request #4917 from owncloud/scan-clear-permissions | Thomas Müller | 2013-09-24 | 2 | -28/+54 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Do not recheck $cacheData. Move if($reuseExisting) under if($cacheData). | Andreas Fischer | 2013-09-24 | 1 | -27/+27 | |
| * | | | | | | clear permissions cache when scanning a file | Robin Appelman | 2013-09-24 | 2 | -3/+29 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #4956 from owncloud/fix_not_displaying_emptycontent | Thomas Müller | 2013-09-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | Fix not displaying "Upload something!" message | kondou | 2013-09-23 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #4869 from owncloud/fixing-4866-master | Thomas Müller | 2013-09-23 | 3 | -14/+62 | |
|\ \ \ \ \ | ||||||
| * | | | | | Move setUp() and tearDown() up in tests/lib/files/cache/scanner.php. | Andreas Fischer | 2013-09-23 | 1 | -15/+15 | |
| * | | | | | Merge remote-tracking branch 'owncloud/master' into fixing-4866-master | Andreas Fischer | 2013-09-23 | 634 | -8206/+21290 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Move bool to int conversion to buildParts(), so it also happens for update(). | Andreas Fischer | 2013-09-21 | 1 | -1/+3 | |
| * | | | | | | Do not convert boolean to integer in tests. put() already does this. | Andreas Fischer | 2013-09-21 | 1 | -1/+0 | |
| * | | | | | | Only update the etag. Do not re-submit any other unchanged data. | Andreas Fischer | 2013-09-20 | 1 | -2/+3 | |
| * | | | | | | Use update() instead of put(). | Andreas Fischer | 2013-09-20 | 1 | -3/+1 | |
| * | | | | | | when storing back the data field 'encrypted' it is necessary to cast the bool... | Thomas Müller | 2013-09-20 | 2 | -0/+3 | |
| * | | | | | | etag changes are now propagated up the file tree | Thomas Müller | 2013-09-16 | 2 | -6/+29 | |
| * | | | | | | Merge branch 'master' into fixing-4866-master | Thomas Müller | 2013-09-16 | 297 | -7339/+12951 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | recreate an etag within the scanner if the cache contains an empty etag | Thomas Müller | 2013-09-16 | 2 | -1/+24 | |
* | | | | | | | | Merge pull request #4950 from owncloud/fix_preview_shared_folder | Thomas Müller | 2013-09-23 | 2 | -3/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | implement previews for public upload | Georg Ehrke | 2013-09-23 | 1 | -1/+5 | |
| * | | | | | | | | fix previews in shared folders | Georg Ehrke | 2013-09-23 | 1 | -2/+2 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #4856 from owncloud/fix-link-expiration | Andreas Fischer | 2013-09-23 | 2 | -1/+60 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | Perform expiration date checking before returning share data for token. | Andreas Fischer | 2013-09-16 | 1 | -1/+12 | |
| * | | | | | | | Tests whether expired/valid link share is still accessible. | Andreas Fischer | 2013-09-16 | 1 | -0/+48 | |
* | | | | | | | | Merge pull request #4896 from owncloud/sharing_allow_disable_password | Björn Schießle | 2013-09-23 | 2 | -10/+25 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | initialize variable | Bjoern Schiessle | 2013-09-20 | 1 | -0/+1 | |
| * | | | | | | | calculate correct permissions while toggle the password protection | Bjoern Schiessle | 2013-09-20 | 1 | -1/+11 | |
| * | | | | | | | make sure that both $permissions and $oldPermissions have the same type | Bjoern Schiessle | 2013-09-20 | 1 | -1/+1 |