summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9866 from owncloud/app-upgradeRobin Appelman2014-08-191-0/+3
|\ | | | | Don't do app upgrades in the background
| * Set maintaince mode when updating an app from the app storeRobin Appelman2014-08-041-0/+3
| |
* | Merge pull request #10500 from owncloud/fix_userlist_settings_ajaxMorris Jobke2014-08-191-3/+3
|\ \ | | | | | | properly encode groups as json, not ',' separated
| * | properly encode groups as json, not ',' separatedJörn Friedrich Dreyer2014-08-181-3/+3
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-194-3/+15
|/ /
* | Merge pull request #10339 from owncloud/users-defaultquotafixVincent Petry2014-08-183-57/+55
|\ \ | | | | | | Fixed default quota field on user management page
| * | it does not affect gravity on planet earth, but only for tipsyArthur Schiwon2014-08-131-1/+1
| | |
| * | make singleselect check for gravity wish, and make it south for default quotaArthur Schiwon2014-08-121-1/+1
| | |
| * | Fix default quota settings fieldVincent Petry2014-08-121-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-122-26/+2
| | | | | | | | | | | | | | | Remove local app settings slide logic and make it use the global one triggered by the "data-apps-slide-toggle" attribute.
* | | 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
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-187-0/+13
| | |
* | | Merge pull request #10407 from owncloud/rm-obsolete-japaneseLukas Reschke2014-08-171-187/+0
|\ \ \ | | | | | | | | remove obsolete japanese lang code
| * | | remove obsolete japanese lang codeVolkan Gezer2014-08-131-187/+0
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-171-0/+13
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-1613-0/+17
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-1512-41/+31
| | | |
* | | | Merge pull request #10410 from owncloud/typoVolkan Gezer2014-08-141-1/+1
|\ \ \ \ | | | | | | | | | | ascii typo
| * | | | ascii typoVolkan Gezer2014-08-141-1/+1
| |/ / /
* / / / [tx-robot] updated from transifexJenkins for ownCloud2014-08-143-0/+6
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-1310-0/+23
| | |
* | | fix broken variable name, recoveryPasswordSupported is now ↵Bjoern Schiessle2014-08-121-3/+3
|/ / | | | | | | recoveryEnabledForUser
* | Merge pull request #9890 from owncloud/check-php-charset-masterThomas Müller2014-08-112-6/+21
|\ \ | | | | | | setting and checking default_charset in php.ini to be UTF-8
| * | setting and checking default_charset in php.ini to be UTF-8Thomas Müller2014-07-252-6/+21
| | |
* | | Merge pull request #10312 from owncloud/fix-old-japaneseThomas Müller2014-08-111-1/+1
|\ \ \ | | | | | | | | fix old Japanese language code redirection
| * | | fix old Japanese language code redirectionVolkan Gezer2014-08-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | ja_JP has not been updated since March and the reference to this language should be removed. It also exists as *ja* on Transifex
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-111-0/+62
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-071-14/+14
| | |
* | | Merge pull request #9520 from owncloud/theme_urlsBjörn Schießle2014-08-051-2/+2
|\ \ \ | | | | | | | | Add ability to theme iOS and Android client URLs just like desktop URLs.
| * | | Added to personal settings page.scolebrook2014-08-051-2/+2
| | | |
* | | | Merge pull request #10176 from owncloud/fix-install-icon-sizeMorris Jobke2014-08-051-1/+1
|\ \ \ \ | | | | | | | | | | use correct app-icon class for new apps as well, fix icon size
| * | | | use correct app-icon class for new apps as well, fix icon sizeJan-Christoph Borchardt2014-08-051-1/+1
| |/ / /
* | | | Merge pull request #10154 from owncloud/uninstall-undefined-appitemMorris Jobke2014-08-051-1/+2
|\ \ \ \ | |/ / / |/| | | Fix undefined variable when uninstalling an app
| * | | Fix undefined variable when uninstalling an appRobin Appelman2014-08-041-1/+2
| | |/ | |/|
* / | Set group usercount to 0, not '', fixes #9782tomneedham2014-08-041-1/+3
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-041-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-022-0/+32
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-311-0/+5
| |
* | Fixed wrong brackets in apps settingsDer-Jan2014-07-301-1/+1
| |
* | only call exec() if allowed toThomas Müller2014-07-291-3/+5
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-292-1/+22
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-283-0/+7
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-274-1/+19
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-263-5/+7
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-251-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-241-0/+13
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-221-0/+1
|
* Merge pull request #9750 from owncloud/issue/9745Vincent Petry2014-07-211-7/+9
|\ | | | | Correctly use groups parameter only when its not empty
| * Correctly use groups parameter only when its not emptyJoas Schilling2014-07-211-7/+9
| | | | | | | | Fix #9745
* | Do not force isAdmin as true and so the list is filtered correctlyJoas Schilling2014-07-211-3/+1
| |