summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 7.0.2v7.0.2Frank Karlitschek2014-08-261-2/+2
|
* Redirect user after clicking on linkLukas Reschke2014-08-252-4/+6
| | | | Use DI
* Expose setSystemValueLukas Reschke2014-08-252-6/+4
|
* Add a trusted domain wizardLukas Reschke2014-08-255-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 dueVincent Petry2014-08-251-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 enabledkondou2014-08-251-0/+10
|
* Stream downloads from Swift object stores without downloading it firstRobin Appelman2014-08-251-5/+4
|
* Fix share dropdown when links are not allowedVincent Petry2014-08-212-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 fieldVincent Petry2014-08-211-0/+4
|
* it does not affect gravity on planet earth, but only for tipsyArthur Schiwon2014-08-212-2/+2
|
* make singleselect check for gravity wish, and make it south for default quotaArthur Schiwon2014-08-212-2/+6
|
* replace spaces with tabs in apps.jsMorris Jobke2014-08-211-54/+54
|
* Fix default quota settings fieldVincent Petry2014-08-211-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 logicVincent Petry2014-08-212-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 changesVincent Petry2014-08-211-4/+15
|
* 7.0.2 RC1v7.0.2RC1Frank Karlitschek2014-08-211-2/+2
|
* use S3Client::encodeKey(), fixes #8325Jörn Friedrich Dreyer2014-08-201-2/+3
|
* add unit test for #8325Jörn Friedrich Dreyer2014-08-201-17/+80
|
* Return whole file if range request cannot be granted due to encryptionVincent Petry2014-08-201-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 #10340Arthur Schiwon2014-08-206-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 slashJoas Schilling2014-08-201-0/+1
|
* Do not filemtime() on "." directory. Use empty string insteadJoas Schilling2014-08-201-0/+5
| | | | Fix #9928
* Remove doubled slash between folder and pathJoas Schilling2014-08-201-5/+4
|
* remove obsolete 'Download preparing' message for zip downloads, fix #3755Jan-Christoph Borchardt2014-08-191-1/+0
|
* fix multiselect bar offset on shared pageJan-Christoph Borchardt2014-08-191-1/+2
|
* fix undefined variableRobin Appelman2014-08-191-1/+1
|
* only set core version at the endRobin Appelman2014-08-191-2/+0
|
* Set maintaince mode when updating an app from the app storeRobin Appelman2014-08-191-0/+3
|
* Also set the app version when updating from app storeRobin Appelman2014-08-192-2/+3
|
* Send feedback from upgrading apps to the upgrade uiRobin Appelman2014-08-191-0/+6
|
* Allow loading app without checking the upgradeRobin Appelman2014-08-191-4/+8
|
* extract upgrade parts to their own methodsRobin Appelman2014-08-191-19/+62
|
* handle service not available exceptions in index, remote and public.phpRobin Appelman2014-08-193-0/+15
|
* Throw an exception when we try to load an app that needs to be upgradedRobin Appelman2014-08-193-34/+28
|
* Extend OC_Util::needUpgrade to also catch app upgradesRobin Appelman2014-08-191-1/+12
|
* Hide sharing sections in files app when sharing API is disabledVincent Petry2014-08-191-14/+18
| | | | Backport of 1de5ae8845393be599e543efde45d22db989658a from master
* properly encode groups as json, not ',' separatedJörn Friedrich Dreyer2014-08-191-3/+3
|
* Fix copyrightLukas Reschke2014-08-191-1/+1
|
* fix broken unit testsBjoern Schiessle2014-08-191-3/+5
|
* update unit tests with configurable share folderBjoern Schiessle2014-08-193-0/+76
|
* make share folder configurableBjoern Schiessle2014-08-194-1/+42
|
* set incognitoMode to true, getUser should always return false during public ↵Bjoern Schiessle2014-08-191-1/+3
| | | | upload
* fix color of links in warnings, fix #10480Jan-Christoph Borchardt2014-08-181-0/+1
|
* Add a note about overwritewebroot when using system cronJoas Schilling2014-08-182-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 timeoutsVincent Petry2014-08-181-0/+4
|
* Fixed folder icon update routine when share owner existsVincent Petry2014-08-184-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 itGeorg Ehrke2014-08-181-1/+2
|
* Make skeleton directory configurable.Stefan Rado2014-08-182-1/+9
|
* Fix unit testLukas Reschke2014-08-151-1/+4
|
* Move authentication failed logging to checkPasswordLukas Reschke2014-08-153-10/+2
| | | | Fixes https://github.com/owncloud/core/issues/10366