Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [stable8.2] Set content type when downloading log file to force download in ↵ | Thomas Müller | 2016-07-08 | 1 | -0/+1 |
| | | | | some browsers (#25382) (#25399) | ||||
* | Add a warning when the transaction isolation level is not READ_COMMITED (#24916) | Joas Schilling | 2016-06-01 | 2 | -0/+22 |
| | |||||
* | Yo-ho-oh - Murder all band 'o pirates | Thomas Müller | 2016-05-11 | 2 | -10/+0 |
| | |||||
* | Update avatar on username change if avatar is set | Morris Jobke | 2016-03-18 | 1 | -1/+4 |
| | | | | * fixes #20455 | ||||
* | Allow to delete the email address in user management | Morris Jobke | 2016-02-05 | 1 | -18/+14 |
| | |||||
* | Make enable_avatars setting more robust | Morris Jobke | 2016-02-01 | 2 | -2/+2 |
| | | | | | * handles the setting in the same way everywhere * fixes #21949 | ||||
* | Keep scroll position in users page when sorting | Vincent Petry | 2016-01-13 | 1 | -1/+8 |
| | | | | | | | | When sorting, some browsers like Chrome will lose the scroll position, possibly because the sorting code is touching the DOM elements. This fix saves the scroll position before sorting and sets it back afterwards. | ||||
* | Fix users list dropdown position after scroll | Vincent Petry | 2016-01-11 | 1 | -0/+5 |
| | | | | | | | | When scrolling, the position calculation of the multiselect dropdown was wrong. Adding "position: relative" to the list container makes the button calculation relative to it instead of the whole page. In this case the dropdown is properly aligned with the field regardless of scrolling. | ||||
* | Fix the markup for the dutch translation | Joas Schilling | 2016-01-04 | 2 | -3/+3 |
| | |||||
* | Merge pull request #21262 from owncloud/backport-21260-stable8.2 | Vincent Petry | 2015-12-24 | 1 | -3/+1 |
|\ | | | | | [backport] [stable8.2] initialize l10n instance earlier, fixes an undefined var warning foll… | ||||
| * | initialize l10n instance earlier, fixes an undefined var warning followed by ↵ | Arthur Schiwon | 2015-12-17 | 1 | -3/+1 |
| | | | | | | | | a php error | ||||
* | | Update users.js | michag86 | 2015-12-18 | 1 | -1/+1 |
|/ | |||||
* | reset mailadress/displayname on blur | michag86 | 2015-12-11 | 1 | -3/+5 |
| | |||||
* | Remove info about database locking performance | Thomas Müller | 2015-12-10 | 1 | -7/+1 |
| | |||||
* | Merge pull request #20440 from owncloud/stable8.2-checkbox | Morris Jobke | 2015-11-10 | 1 | -1/+1 |
|\ | | | | | use new checkbox style for Apps mgmt settings | ||||
| * | use new checkbox style for Apps mgmt settings | Jan-Christoph Borchardt | 2015-11-10 | 1 | -1/+1 |
| | | |||||
* | | move font back from Light to Regular for body text on normal-res screens, ↵ | Jan-Christoph Borchardt | 2015-11-10 | 1 | -1/+2 |
|/ | | | | fix #18954 | ||||
* | Properly detect setup check messages set in the HTML template | Robin McCorkell | 2015-11-09 | 1 | -28/+36 |
| | |||||
* | Merge pull request #20328 from owncloud/stable8.2-users-fixeveryonecount | Vincent Petry | 2015-11-09 | 4 | -55/+45 |
|\ | | | | | [stable8.2] Fix everyone count for subadmins | ||||
| * | Fix everyone count for subadmins | Vincent Petry | 2015-11-05 | 4 | -55/+45 |
| | | | | | | | | | | | | | | Also moved the logic to the UsersController Backport of 781bca2437628d2f932abd60c5dcec0ece4504e3 from master, adjusted to use the old SubadminFactory way | ||||
* | | Show the language code in personal settings for unknown languages | Morris Jobke | 2015-11-06 | 1 | -0/+8 |
| | | | | | | | | | | | | | | Steps to reproduce: * having an unknown language set in oc_preferences * browse the personal settings * only get listed the first letter of this language in the language chooser | ||||
* | | Backport translations for 8.2 | Joas Schilling | 2015-11-05 | 6 | -6/+16 |
|/ | |||||
* | Disable app icon preview in apps page for IE | Vincent Petry | 2015-10-26 | 1 | -2/+2 |
| | | | | | | | | | | All IE versions are not able to properly upscale SVG icons unless the said SVG files contain a "viewBox" attribute, which is not always the case. Also we cannot guarantee that all third party apps will have this attribute in their icons. So for now, app icons will not be displayed in IE instead of broken ones. | ||||
* | Fix memcached/memcache module check | Robin McCorkell | 2015-10-20 | 1 | -2/+2 |
| | |||||
* | Merge pull request #19782 from ↵ | Morris Jobke | 2015-10-20 | 1 | -1/+1 |
|\ | | | | | | | | | owncloud/stable8.2-passwordchange-hidestrengthify-2 [stable8.2] [resend] Properly hide strengthify after password change | ||||
| * | Properly hide strengthify after password change | Vincent Petry | 2015-10-14 | 1 | -1/+1 |
| | | |||||
| * | Revert "[stable8.2] Properly hide strengthify after password change" | Lukas Reschke | 2015-10-14 | 1 | -1/+1 |
| | | |||||
| * | Properly hide strengthify after password change | Vincent Petry | 2015-10-14 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #19769 from owncloud/stable8.2-users-deletebeforecreate | Morris Jobke | 2015-10-20 | 2 | -31/+43 |
|\ \ | | | | | | | [stable8.2] Delete last undoable user before user creation | ||||
| * | | Delete last undoable user before user creation | Vincent Petry | 2015-10-14 | 2 | -31/+43 |
| |/ | |||||
* / | apply new checkbox style to admin settings | Hendrik Leppelsack | 2015-10-14 | 1 | -14/+14 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-13 | 6 | -0/+14 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-12 | 2 | -8/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-11 | 8 | -2/+108 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-10 | 50 | -176/+54 |
| | |||||
* | Merge pull request #19585 from owncloud/enc_improve_introduction | Jörn Friedrich Dreyer | 2015-10-09 | 1 | -4/+4 |
|\ | | | | | improved initial explanation/warning if the admin enabled encryptrion | ||||
| * | improved explanation of server side encryption | Bjoern Schiessle | 2015-10-06 | 1 | -4/+4 |
| | | |||||
* | | Use injected request | Vincent Petry | 2015-10-09 | 1 | -1/+1 |
| | | |||||
* | | fix IE8 user agent detection | Morris Jobke | 2015-10-09 | 1 | -1/+1 |
| | | |||||
* | | Fix uploading avatar and root certs in IE8 | Vincent Petry | 2015-10-09 | 4 | -21/+56 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-09 | 6 | -0/+16 |
| | | |||||
* | | Don't perform checks for outdated TLS libs when no internet connection | Lukas Reschke | 2015-10-08 | 1 | -2/+20 |
| | | | | | | | | | | | | | | | | This change makes the check return a positive result when: - The instance has been configured to not use the internet AND/OR - S2S AND the appstore is disabled | ||||
* | | Fix comment syntax | Lukas Reschke | 2015-10-08 | 1 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-08 | 14 | -0/+36 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-07 | 8 | -6/+64 |
| | | |||||
* | | Only show import button if user storages are allowed | Lukas Reschke | 2015-10-06 | 1 | -1/+3 |
| | | |||||
* | | Fix importing of certificates | Lukas Reschke | 2015-10-06 | 1 | -2/+3 |
| | | | | | | | | Fixes https://github.com/owncloud/core/issues/19601 | ||||
* | | Merge pull request #19526 from ↵ | Thomas Müller | 2015-10-06 | 2 | -2/+25 |
|\ \ | | | | | | | | | | | | | owncloud/issue-16251-reload-app-settings-when-app-needs-update Reload the page when an app needs an update after being enabled | ||||
| * | | fix wording | Morris Jobke | 2015-10-06 | 1 | -1/+1 |
| | | | |||||
| * | | Use OC.Dialogs for modal reload message | Morris Jobke | 2015-10-05 | 1 | -1/+15 |
| | | |