Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-09 | 4 | -14/+14 |
| | |||||
* | Merge pull request #13895 from owncloud/disable-autocomplete-1 | Lukas Reschke | 2015-02-08 | 1 | -1/+1 |
|\ | | | | | Disable autocomplete for SMTP Password | ||||
| * | Disable autocomplete for SMTP Password | Lukas Reschke | 2015-02-04 | 1 | -1/+1 |
| | | | | | | | | While really nearly no modern browser cares about it anymore too much it's still not wrong to have it here (and also stops some automated scanners reporting this...) | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-08 | 12 | -4/+70 |
| | | |||||
* | | Merge pull request #13753 from owncloud/use-403-instead-of-200 | Morris Jobke | 2015-02-07 | 1 | -1/+3 |
|\ \ | | | | | | | Use 403 instead of 200 response | ||||
| * | | Use 403 instead of 200 response | Lukas Reschke | 2015-01-29 | 1 | -1/+3 |
| | | | | | | | | | | | | A forbidden should throw a 403 and this makes it easier for me to do some automated testing. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-07 | 4 | -0/+10 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 26 | -126/+186 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 14 | -16/+34 |
| | | | |||||
* | | | Coherent use of "SQLite" in lines 119 and 124 | cmeh | 2015-02-06 | 1 | -1/+1 |
| | | | | | | | | | Just a cosmetic detail, but very obvious when working on localisations. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 68 | -174/+204 |
| | | | |||||
* | | | Don't highly discourage | Thomas Müller | 2015-02-05 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #13907 from owncloud/enhance-sqlite-warning | Bernhard Posselt | 2015-02-05 | 1 | -2/+12 |
|\ \ \ | | | | | | | | | enhance sqlite warning on admin page as well as during setup | ||||
| * | | | enhance sqlite warning on admin page as well as during setup - fixes #13906 | Thomas Müller | 2015-02-04 | 1 | -2/+12 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-05 | 2 | -4/+64 |
|/ / / | |||||
* | / | fix user loading | Arthur Schiwon | 2015-02-04 | 1 | -1/+6 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-04 | 2 | -4/+72 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-03 | 4 | -12/+18 |
| | | |||||
* | | Merge pull request #13790 from owncloud/fix-subadmin-group | Thomas Müller | 2015-02-02 | 3 | -26/+96 |
|\ \ | | | | | | | Fix subadmin listing of group | ||||
| * | | Consistent variable naming | Lukas Reschke | 2015-01-30 | 1 | -10/+9 |
| | | | |||||
| * | | Switch to a factory and add unit tests | Lukas Reschke | 2015-01-30 | 3 | -25/+70 |
| | | | |||||
| * | | Add unit tests | Lukas Reschke | 2015-01-30 | 2 | -11/+22 |
| | | | |||||
| * | | Fix subadmin listing of group | Lukas Reschke | 2015-01-30 | 1 | -6/+21 |
| | | | | | | | | | | | | | | | | | | Without this patch filtering for the "_everyone" (empty) group did not work for subadmins. Fixes itself. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-02 | 8 | -26/+30 |
| | | | |||||
* | | | fix trusted domain localization | Volkan Gezer | 2015-02-01 | 1 | -2/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-01 | 2 | -0/+10 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-31 | 4 | -0/+76 |
| | | | |||||
* | | | Check whether return is an error case before using it | Joas Schilling | 2015-01-30 | 1 | -8/+12 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-30 | 10 | -4/+14 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-29 | 24 | -8/+32 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-28 | 4 | -0/+74 |
| | |||||
* | Merge pull request #13636 from ↵ | Lukas Reschke | 2015-01-27 | 4 | -9/+69 |
|\ | | | | | | | | | owncloud/add-warning-if-restore-of-data-is-not-possible Add value if restore of data is possible for a user | ||||
| * | Add value if restore of data is possible for a user | Morris Jobke | 2015-01-27 | 4 | -9/+69 |
| | | | | | | | | | | | | | | | | | | | | | | * reason: nice to know before password change in user management * restore is possible: * encryption is disabled * encryption is enabled, admin and user has checked the restore option * if not possible: * highlight users row in red once the admin wants to change the password * show also a little tipsy | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-27 | 2 | -0/+6 |
|/ | |||||
* | Merge pull request #13621 from owncloud/system-config-multiset | Thomas Müller | 2015-01-26 | 1 | -10/+11 |
|\ | | | | | Add a method to set/unset multiple config values with one write | ||||
| * | Use setConfigs() instead of calling setConfig() multiple times | Joas Schilling | 2015-01-23 | 1 | -10/+11 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-25 | 4 | -0/+12 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-24 | 6 | -0/+16 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-22 | 22 | -2/+60 |
| | |||||
* | Merge pull request #13519 from Sugaroverdose/fix_#13500 | Thomas Müller | 2015-01-21 | 1 | -1/+2 |
|\ | | | | | Do not clear fields until request return success in users admin page on user creation | ||||
| * | do not clear fields until request return success | Sugaroverdose | 2015-01-20 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #13559 from owncloud/increase-log-table-margin | Morris Jobke | 2015-01-21 | 1 | -1/+4 |
|\ \ | | | | | | | add margin to log table - fixes #13558 | ||||
| * | | add margin to log table - fixes #13558 | Morris Jobke | 2015-01-21 | 1 | -1/+4 |
| | | | |||||
* | | | use title instead of name | Morris Jobke | 2015-01-21 | 1 | -1/+1 |
|/ / | |||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-21 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #13494 from owncloud/windows_warning | Morris Jobke | 2015-01-20 | 2 | -5/+18 |
|\ | | | | | add a Windows warning | ||||
| * | add a Windows warning | Frank Karlitschek | 2015-01-20 | 2 | -5/+18 |
| | | |||||
* | | Merge pull request #13454 from owncloud/improve-empty-displayname | Joas Schilling | 2015-01-20 | 1 | -2/+2 |
|\ \ | | | | | | | also show message for empty display name if change of it isn't allowed | ||||
| * | | also show message for empty display name if change of it isn't allowed | Morris Jobke | 2015-01-19 | 1 | -2/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-20 | 8 | -2/+30 |
| |/ |/| |