summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-09-0251-0/+155
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-09-0166-66/+68
|
* Merge pull request #10420 from owncloud/external-share-self-signedLukas Reschke2014-08-317-94/+219
|\ | | | | Make external shares work with imported self signed certificates
| * Add unit tests and fix rootcerts creation bugLukas Reschke2014-08-313-7/+11
| |
| * Cleanup routesRobin Appelman2014-08-313-5/+4
| |
| * Cleanup certificate codeRobin Appelman2014-08-311-7/+6
| |
| * remove outdated checksRobin Appelman2014-08-312-4/+0
| |
| * Move certificate management interface from files_external to coreRobin Appelman2014-08-317-93/+220
| |
* | Use public api for getting l10nRobin Appelman2014-08-3116-20/+20
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-319-10/+90
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-303-0/+30
|
* move hardcoded color to CSS class - for themeabilityMorris Jobke2014-08-291-2/+2
|
* color quota bar yellow for feedback if usage is over 90%Jan-Christoph Borchardt2014-08-291-1/+2
|
* Merge pull request #9684 from owncloud/fix-9367Morris Jobke2014-08-295-46/+72
|\ | | | | Ability to show/hide last log in and storage location in user management
| * user mgmt: move 'Show storage location' and 'Show last log in' to settings areaJan-Christoph Borchardt2014-08-294-56/+46
| |
| * Adds 2 checkboxes at the top of userlist in the settings, to display/hide ↵Stephane V2014-08-283-1/+37
| | | | | | | | | | | | optional columns This fixes #9367.
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-293-0/+9
|/
* Merge pull request #10647 from owncloud/implementing_momentjsClark Tomlinson2014-08-281-3/+2
|\ | | | | Implementing momentjs
| * Implementing moment.jsClark Tomlinson2014-08-281-3/+2
| | | | | | | | | | | | | | | | Updating Usages Removing unused method Adding JS Doc
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-281-0/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-273-17/+50
|
* Set email input field to type=email for better UXDan Callahan2014-08-261-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-266-27/+80
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-253-4/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-2411-2/+30
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-232-0/+4
|
* Merge pull request #10584 from owncloud/simple-wizard-trusted-domainsThomas Müller2014-08-222-2/+28
|\ | | | | Add a trusted domain wizard
| * Redirect user after clicking on linkLukas Reschke2014-08-222-4/+6
| | | | | | | | Use DI
| * Add a trusted domain wizardLukas Reschke2014-08-212-2/+26
| | | | | | | | | | | | 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.
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-221-0/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-211-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-2014-12/+38
|
* 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