Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 7.0.2v7.0.2 | Frank Karlitschek | 2014-08-26 | 1 | -2/+2 |
| | |||||
* | Redirect user after clicking on link | Lukas Reschke | 2014-08-25 | 2 | -4/+6 |
| | | | | Use DI | ||||
* | Expose setSystemValue | Lukas Reschke | 2014-08-25 | 2 | -6/+4 |
| | |||||
* | Add a trusted domain wizard | Lukas Reschke | 2014-08-25 | 5 | -6/+52 |
| | | | | | | Adds a little button to the trusted domain warning, if an admin clicks on the warning he will be redirected to ownCloud and asked whether he want to trust this domain. By far not the cleanest code, or clean at all, but does the job and I don't see a reason to make a lot of changes for this little improvement. | ||||
* | Do not load apps when an upgrade is due | Vincent Petry | 2014-08-25 | 1 | -6/+12 |
| | | | | | This makes it still possible to update from the command line, but disables custom commands from apps | ||||
* | Warn user on resetting passwords via occ when encryption is enabled | kondou | 2014-08-25 | 1 | -0/+10 |
| | |||||
* | Stream downloads from Swift object stores without downloading it first | Robin Appelman | 2014-08-25 | 1 | -5/+4 |
| | |||||
* | Fix share dropdown when links are not allowed | Vincent Petry | 2014-08-21 | 2 | -11/+17 |
| | | | | | | | | | | When links are not allowed, the email field does not exist and autocomplete returns null. This causes Javascript errors. The fix prevents entering the bogus block when links aren't allowed, as it doesn't make sense to enter it in such cases anyway. Backport of 98d06094e70d657907b139431624740acde3bbd9 from master | ||||
* | Do not close container/slider when clicking on single select field | Vincent Petry | 2014-08-21 | 1 | -0/+4 |
| | |||||
* | it does not affect gravity on planet earth, but only for tipsy | Arthur Schiwon | 2014-08-21 | 2 | -2/+2 |
| | |||||
* | make singleselect check for gravity wish, and make it south for default quota | Arthur Schiwon | 2014-08-21 | 2 | -2/+6 |
| | |||||
* | replace spaces with tabs in apps.js | Morris Jobke | 2014-08-21 | 1 | -54/+54 |
| | |||||
* | Fix default quota settings field | Vincent Petry | 2014-08-21 | 1 | -30/+52 |
| | | | | | | | | | | | The default quota settings field is initially hidden which makes it impossible for singleSelect() to make its width measurements. This fix uses the app navigation slide "show" event to defer the singleSelect() initialization on the default quota field. Refactored setQuota() into UserList._updateQuota(). Refactored duplicate event handler code into UserList.onQuotaSelect(). | ||||
* | Use global apps slide toggle logic | Vincent Petry | 2014-08-21 | 2 | -26/+2 |
| | | | | | Remove local app settings slide logic and make it use the global one triggered by the "data-apps-slide-toggle" attribute. | ||||
* | Trigger events when app-settings visibility changes | Vincent Petry | 2014-08-21 | 1 | -4/+15 |
| | |||||
* | 7.0.2 RC1v7.0.2RC1 | Frank Karlitschek | 2014-08-21 | 1 | -2/+2 |
| | |||||
* | use S3Client::encodeKey(), fixes #8325 | Jörn Friedrich Dreyer | 2014-08-20 | 1 | -2/+3 |
| | |||||
* | add unit test for #8325 | Jörn Friedrich Dreyer | 2014-08-20 | 1 | -17/+80 |
| | |||||
* | Return whole file if range request cannot be granted due to encryption | Vincent Petry | 2014-08-20 | 1 | -0/+22 |
| | | | | | | | | | | | Whenenver range headers are set and encryption is enabled, it is not possible to automatically fseek() to the proper position. To avoid returning corrupt/invalid data or causing a decryption error, the range headers are stripped so that the SabreDAV code in httpGet() returns the whole file. Backport of cc8c1d8e0776bda7f4c7c28e11984144a4861df3 from master | ||||
* | backport of #10340 | Arthur Schiwon | 2014-08-20 | 6 | -2/+124 |
| | | | | | | | | better check whether string resembles a DN, fixes #9887 adjust login test to code changes unify tests | ||||
* | Ensure that filename is prefixed with a slash | Joas Schilling | 2014-08-20 | 1 | -0/+1 |
| | |||||
* | Do not filemtime() on "." directory. Use empty string instead | Joas Schilling | 2014-08-20 | 1 | -0/+5 |
| | | | | Fix #9928 | ||||
* | Remove doubled slash between folder and path | Joas Schilling | 2014-08-20 | 1 | -5/+4 |
| | |||||
* | remove obsolete 'Download preparing' message for zip downloads, fix #3755 | Jan-Christoph Borchardt | 2014-08-19 | 1 | -1/+0 |
| | |||||
* | fix multiselect bar offset on shared page | Jan-Christoph Borchardt | 2014-08-19 | 1 | -1/+2 |
| | |||||
* | fix undefined variable | Robin Appelman | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | only set core version at the end | Robin Appelman | 2014-08-19 | 1 | -2/+0 |
| | |||||
* | Set maintaince mode when updating an app from the app store | Robin Appelman | 2014-08-19 | 1 | -0/+3 |
| | |||||
* | Also set the app version when updating from app store | Robin Appelman | 2014-08-19 | 2 | -2/+3 |
| | |||||
* | Send feedback from upgrading apps to the upgrade ui | Robin Appelman | 2014-08-19 | 1 | -0/+6 |
| | |||||
* | Allow loading app without checking the upgrade | Robin Appelman | 2014-08-19 | 1 | -4/+8 |
| | |||||
* | extract upgrade parts to their own methods | Robin Appelman | 2014-08-19 | 1 | -19/+62 |
| | |||||
* | handle service not available exceptions in index, remote and public.php | Robin Appelman | 2014-08-19 | 3 | -0/+15 |
| | |||||
* | Throw an exception when we try to load an app that needs to be upgraded | Robin Appelman | 2014-08-19 | 3 | -34/+28 |
| | |||||
* | Extend OC_Util::needUpgrade to also catch app upgrades | Robin Appelman | 2014-08-19 | 1 | -1/+12 |
| | |||||
* | Hide sharing sections in files app when sharing API is disabled | Vincent Petry | 2014-08-19 | 1 | -14/+18 |
| | | | | Backport of 1de5ae8845393be599e543efde45d22db989658a from master | ||||
* | properly encode groups as json, not ',' separated | Jörn Friedrich Dreyer | 2014-08-19 | 1 | -3/+3 |
| | |||||
* | Fix copyright | Lukas Reschke | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | fix broken unit tests | Bjoern Schiessle | 2014-08-19 | 1 | -3/+5 |
| | |||||
* | update unit tests with configurable share folder | Bjoern Schiessle | 2014-08-19 | 3 | -0/+76 |
| | |||||
* | make share folder configurable | Bjoern Schiessle | 2014-08-19 | 4 | -1/+42 |
| | |||||
* | set incognitoMode to true, getUser should always return false during public ↵ | Bjoern Schiessle | 2014-08-19 | 1 | -1/+3 |
| | | | | upload | ||||
* | fix color of links in warnings, fix #10480 | Jan-Christoph Borchardt | 2014-08-18 | 1 | -0/+1 |
| | |||||
* | Add a note about overwritewebroot when using system cron | Joas Schilling | 2014-08-18 | 2 | -7/+27 |
| | | | | | | | | If the current webroot is non-empty but the webroot from the config is, and system cron is used, the URL generator fails to build valid URLs. So we notify the admin to set it up correctly. Fix #9995 | ||||
* | Added upgrade notice to avoid timeouts | Vincent Petry | 2014-08-18 | 1 | -0/+4 |
| | |||||
* | Fixed folder icon update routine when share owner exists | Vincent Petry | 2014-08-18 | 4 | -18/+77 |
| | | | | | | | Whenever a folder has a "data-share-owner" attribute, the icon is now properly updated to a shared folder icon. Backport of 607ea636be4a5a48b6abec8df3eaefe20fe4a1ba from master | ||||
* | check if array index ocsid is set before accessing it | Georg Ehrke | 2014-08-18 | 1 | -1/+2 |
| | |||||
* | Make skeleton directory configurable. | Stefan Rado | 2014-08-18 | 2 | -1/+9 |
| | |||||
* | Fix unit test | Lukas Reschke | 2014-08-15 | 1 | -1/+4 |
| | |||||
* | Move authentication failed logging to checkPassword | Lukas Reschke | 2014-08-15 | 3 | -10/+2 |
| | | | | Fixes https://github.com/owncloud/core/issues/10366 |