Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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. | ||||
* | Update users.js | michag86 | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | reset mailadress/displayname on blur | michag86 | 2015-12-11 | 1 | -3/+5 |
| | |||||
* | Properly detect setup check messages set in the HTML template | Robin McCorkell | 2015-11-09 | 1 | -28/+36 |
| | |||||
* | Fix everyone count for subadmins | Vincent Petry | 2015-11-05 | 1 | -3/+3 |
| | | | | | | | Also moved the logic to the UsersController Backport of 781bca2437628d2f932abd60c5dcec0ece4504e3 from master, adjusted to use the old SubadminFactory way | ||||
* | 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. | ||||
* | 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 |
| | | |||||
* | | Delete last undoable user before user creation | Vincent Petry | 2015-10-14 | 2 | -31/+43 |
|/ | |||||
* | Fix uploading avatar and root certs in IE8 | Vincent Petry | 2015-10-09 | 1 | -11/+35 |
| | |||||
* | 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 |
| | |||||
* | Reload the page when an app needs an update after being enabled | Joas Schilling | 2015-10-05 | 1 | -0/+8 |
| | |||||
* | Merge pull request #19510 from owncloud/json-grouplist-sharing-exclude | Thomas Müller | 2015-10-02 | 1 | -5/+1 |
|\ | | | | | save excluded groups in json format | ||||
| * | save excluded groups in json format - fixes #10983 | Thomas Müller | 2015-10-01 | 1 | -5/+1 |
| | | |||||
* | | Modify the group user count when changing membership of a user | Joas Schilling | 2015-10-02 | 2 | -4/+17 |
|/ | |||||
* | Save the settings in the user management page | Roeland Jago Douma | 2015-09-25 | 1 | -0/+29 |
| | | | | | | | Store the setting in the user managerment page (e.g. show e-mail address). Fixes #12727 | ||||
* | Rebuild app navigation in JS | Robin McCorkell | 2015-09-05 | 1 | -17/+14 |
| | | | | | | Retrieve all app navigations to prevent reloading appinfo/app.php and causing an error when the app isn't fully loaded. The addition/deletion logic has been moved to JS, simplifying a lot of code. | ||||
* | Remove requesttoken for avatars | Lukas Reschke | 2015-08-23 | 1 | -1/+1 |
| | | | | First step for https://github.com/owncloud/core/issues/11915 | ||||
* | Merge pull request #18395 from owncloud/hide-empty-security-warning | Robin McCorkell | 2015-08-21 | 1 | -0/+4 |
|\ | | | | | [admin settings] Show success message if security warnings are empty | ||||
| * | add success message | Morris Jobke | 2015-08-21 | 1 | -1/+1 |
| | | |||||
| * | [admin settings] hide security warnings if empty | Morris Jobke | 2015-08-18 | 1 | -0/+4 |
| | | | | | | | | * fixes #15257 | ||||
* | | Clear cron errors on change of background job mode | Morris Jobke | 2015-08-20 | 1 | -0/+2 |
| | | | | | | | | * fixes #18454 | ||||
* | | Merge pull request #18403 from owncloud/do-not-delete-group-if-empty | Morris Jobke | 2015-08-19 | 1 | -11/+0 |
|\ \ | | | | | | | Do not delete group if empty, hide delete icon for group admin | ||||
| * | | do not remove empty group in gui by js | michag86 | 2015-08-19 | 1 | -11/+0 |
| |/ | |||||
* | | Merge pull request #18114 from owncloud/fix-delete-user-feedback | Morris Jobke | 2015-08-19 | 1 | -10/+10 |
|\ \ | |/ |/| | [user mgnt] fix delete user feedback on failure | ||||
| * | [user mgnt] fix delete user feedback on failure | Morris Jobke | 2015-08-07 | 1 | -10/+10 |
| | | | | | | | | * fixes #18099 | ||||
* | | Merge pull request #17975 from owncloud/settings_admin_warning_levels | Jan-Christoph Borchardt | 2015-08-18 | 1 | -7/+26 |
|\ \ | | | | | | | Settings admin warning levels | ||||
| * | | All setup messages are now properly types | Roeland Jago Douma | 2015-07-30 | 1 | -14/+10 |
| | | | |||||
| * | | Allow setupchecks to specify a warning level | Roeland Jago Douma | 2015-07-30 | 1 | -7/+30 |
| | | | |||||
* | | | replace tipsys with tooltips | Hendrik Leppelsack | 2015-08-12 | 1 | -6/+6 |
| | | | |||||
* | | | Merge pull request #13949 from rullzer/no_negative_expire | Vincent Petry | 2015-08-07 | 1 | -0/+7 |
|\ \ \ | |_|/ |/| | | Do not allow invalid default expire days | ||||
| * | | Do not allow invalid default expire days | Roeland Jago Douma | 2015-07-04 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently it is possible to set a negative number of days in which a public share expires. This results in public sharing not working and it undesired. Weird thing is that the API still lets you create shares and gives back an URL. However the id is "unkown" and the URL invalid. | ||||
* | | | use the main search box to filter users in user management | Robin Appelman | 2015-08-05 | 3 | -42/+29 |
| | | | |||||
* | | | [avatar] add error handlers for avatar setup | Morris Jobke | 2015-07-30 | 1 | -1/+33 |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | add colon to translated string use placeholder in t() Adding a size limitation for avatar upload Unit test for file size Fix typo & display server side error message | ||||
* | | Trigger "apprendered" event in users page | Vincent Petry | 2015-07-29 | 1 | -0/+4 |
| | | | | | | | | | | This will properly update the controls bar width and display the search box initially. | ||||
* | | assign error message to correct object | michag86 | 2015-07-22 | 1 | -2/+2 |
|/ | | | fix for #17817 | ||||
* | Fix global app list state | Vincent Petry | 2015-07-02 | 1 | -2/+3 |
| | |||||
* | Accept this language change at your own risk | Joas Schilling | 2015-06-23 | 1 | -1/+1 |
| | |||||
* | Merge pull request #16889 from owncloud/group-sorting-fixes | Joas Schilling | 2015-06-19 | 1 | -4/+41 |
|\ | | | | | Only sort by group name when LDAP is involved | ||||
| * | Only sort by group name when LDAP is involved | Joas Schilling | 2015-06-16 | 1 | -4/+27 |
| | | |||||
| * | Always keep "Everyone" and "admin" at the top of the list | Joas Schilling | 2015-06-16 | 1 | -0/+14 |
| | | |||||
* | | Load the update information asyncroniously to fix the page load speed | Joas Schilling | 2015-06-10 | 1 | -1/+15 |
|/ | |||||
* | Merge pull request #16402 from owncloud/issue-15956-slow-group-usercount | Thomas Müller | 2015-06-08 | 1 | -1/+2 |
|\ | | | | | Sort user groups by group name and hide the user count | ||||
| * | Sort user groups by group name and hide the user count | Joas Schilling | 2015-05-18 | 1 | -1/+2 |
| | | |||||
* | | Fix L10n in apps management | Morris Jobke | 2015-05-30 | 1 | -6/+6 |
| | | | | | | | | * fixes #16632 |