Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-31 | 9 | -10/+90 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-30 | 3 | -0/+30 |
| | |||||
* | move hardcoded color to CSS class - for themeability | Morris Jobke | 2014-08-29 | 1 | -2/+2 |
| | |||||
* | color quota bar yellow for feedback if usage is over 90% | Jan-Christoph Borchardt | 2014-08-29 | 1 | -1/+2 |
| | |||||
* | Merge pull request #9684 from owncloud/fix-9367 | Morris Jobke | 2014-08-29 | 5 | -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 area | Jan-Christoph Borchardt | 2014-08-29 | 4 | -56/+46 |
| | | |||||
| * | Adds 2 checkboxes at the top of userlist in the settings, to display/hide ↵ | Stephane V | 2014-08-28 | 3 | -1/+37 |
| | | | | | | | | | | | | optional columns This fixes #9367. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-29 | 3 | -0/+9 |
|/ | |||||
* | Merge pull request #10647 from owncloud/implementing_momentjs | Clark Tomlinson | 2014-08-28 | 1 | -3/+2 |
|\ | | | | | Implementing momentjs | ||||
| * | Implementing moment.js | Clark Tomlinson | 2014-08-28 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | Updating Usages Removing unused method Adding JS Doc | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-28 | 1 | -0/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-27 | 3 | -17/+50 |
| | |||||
* | Set email input field to type=email for better UX | Dan Callahan | 2014-08-26 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-26 | 6 | -27/+80 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-25 | 3 | -4/+12 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-24 | 11 | -2/+30 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-23 | 2 | -0/+4 |
| | |||||
* | Merge pull request #10584 from owncloud/simple-wizard-trusted-domains | Thomas Müller | 2014-08-22 | 2 | -2/+28 |
|\ | | | | | Add a trusted domain wizard | ||||
| * | Redirect user after clicking on link | Lukas Reschke | 2014-08-22 | 2 | -4/+6 |
| | | | | | | | | Use DI | ||||
| * | Add a trusted domain wizard | Lukas Reschke | 2014-08-21 | 2 | -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 transifex | Jenkins for ownCloud | 2014-08-22 | 1 | -0/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-21 | 1 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-20 | 14 | -12/+38 |
| | |||||
* | Merge pull request #9866 from owncloud/app-upgrade | Robin Appelman | 2014-08-19 | 1 | -0/+3 |
|\ | | | | | Don't do app upgrades in the background | ||||
| * | Set maintaince mode when updating an app from the app store | Robin Appelman | 2014-08-04 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #10500 from owncloud/fix_userlist_settings_ajax | Morris Jobke | 2014-08-19 | 1 | -3/+3 |
|\ \ | | | | | | | properly encode groups as json, not ',' separated | ||||
| * | | properly encode groups as json, not ',' separated | Jörn Friedrich Dreyer | 2014-08-18 | 1 | -3/+3 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-19 | 4 | -3/+15 |
|/ / | |||||
* | | Merge pull request #10339 from owncloud/users-defaultquotafix | Vincent Petry | 2014-08-18 | 3 | -57/+55 |
|\ \ | | | | | | | Fixed default quota field on user management page | ||||
| * | | it does not affect gravity on planet earth, but only for tipsy | Arthur Schiwon | 2014-08-13 | 1 | -1/+1 |
| | | | |||||
| * | | make singleselect check for gravity wish, and make it south for default quota | Arthur Schiwon | 2014-08-12 | 1 | -1/+1 |
| | | | |||||
| * | | Fix default quota settings field | Vincent Petry | 2014-08-12 | 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-12 | 2 | -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 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 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-18 | 7 | -0/+13 |
| | | | |||||
* | | | Merge pull request #10407 from owncloud/rm-obsolete-japanese | Lukas Reschke | 2014-08-17 | 1 | -187/+0 |
|\ \ \ | | | | | | | | | remove obsolete japanese lang code | ||||
| * | | | remove obsolete japanese lang code | Volkan Gezer | 2014-08-13 | 1 | -187/+0 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-17 | 1 | -0/+13 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-16 | 13 | -0/+17 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-15 | 12 | -41/+31 |
| | | | | |||||
* | | | | Merge pull request #10410 from owncloud/typo | Volkan Gezer | 2014-08-14 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | ascii typo | ||||
| * | | | | ascii typo | Volkan Gezer | 2014-08-14 | 1 | -1/+1 |
| |/ / / | |||||
* / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-14 | 3 | -0/+6 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-13 | 10 | -0/+23 |
| | | | |||||
* | | | fix broken variable name, recoveryPasswordSupported is now ↵ | Bjoern Schiessle | 2014-08-12 | 1 | -3/+3 |
|/ / | | | | | | | recoveryEnabledForUser | ||||
* | | Merge pull request #9890 from owncloud/check-php-charset-master | Thomas Müller | 2014-08-11 | 2 | -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-8 | Thomas Müller | 2014-07-25 | 2 | -6/+21 |
| | | | |||||
* | | | Merge pull request #10312 from owncloud/fix-old-japanese | Thomas Müller | 2014-08-11 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | fix old Japanese language code redirection | ||||
| * | | | fix old Japanese language code redirection | Volkan Gezer | 2014-08-09 | 1 | -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 transifex | Jenkins for ownCloud | 2014-08-11 | 1 | -0/+62 |
|/ / / |