summaryrefslogtreecommitdiffstats
path: root/settings/js
Commit message (Collapse)AuthorAgeFilesLines
* Add a default size to the avatar placeholdersRoeland Jago Douma2015-12-171-1/+1
| | | | | This removed the need to do an avatar request on the "empty" row in the user settings.
* Merge pull request #21255 from ↵Thomas Müller2015-12-171-1/+1
|\ | | | | | | | | owncloud/usermanagement-show-password-error-temporary user management: show password error temporary
| * Update users.jsmichag862015-12-171-1/+1
| |
* | Only load the big (128x128) avatar on the perosnal pageRoeland Jago Douma2015-12-171-0/+5
|/ | | | | Before the code was executed on every page if a user was logged in. Now only on the personal page. Thus saving a request on all other pages.
* Merge pull request #20978 from owncloud/fix-dont-show-unsaved-values-in-usermgmtThomas Müller2015-12-111-3/+5
|\ | | | | reset mailadress/displayname on blur
| * reset mailadress/displayname on blurmichag862015-12-071-3/+5
| |
* | Do not request an avatar if there is noneRoeland Jago Douma2015-12-041-2/+6
|/
* [Avatars] JS should not load same avatar twiceRoeland Jago Douma2015-12-041-2/+1
| | | | | | | | | Old code first dit an ajax request to the avatar. Then a new image object with the same src was created and since we do not cache avatars yet :( this resulted in 2 sequential requests to the exact same URL Now if you set the displayname it will first set the placeholder and then load the avatar in the background. Only once this time!
* Use .text instead of .htmlLukas Reschke2015-11-301-3/+3
| | | Makes some static source code analyzers happier.
* Moved changedisplayname to usercontrollerRoeland Jago Douma2015-11-202-2/+2
| | | | | Killed the old static route to change a users display name and moved it to a properly testable controller.
* Fix #18072Thomas Müller2015-11-101-10/+2
|
* Properly detect setup check messages set in the HTML templateRobin McCorkell2015-11-081-28/+36
|
* Merge pull request #20157 from owncloud/users-fixeveryonecountThomas Müller2015-11-041-3/+3
|\ | | | | Fix everyone count for subadmins
| * Fix everyone count for subadminsVincent Petry2015-10-291-3/+3
| | | | | | | | Also moved the logic to the UsersController
* | new checkbox style in app settingsHendrik Leppelsack2015-10-311-16/+6
|/
* Initially load at least 250 usersJörn Friedrich Dreyer2015-10-281-6/+11
|
* Fix backwards and forward buttonJoas Schilling2015-10-261-1/+12
|
* Use speaking idsJoas Schilling2015-10-261-3/+3
|
* Fix backspace in search and empty content messageJoas Schilling2015-10-261-4/+9
|
* Display empty-content when there are no search resultsJoas Schilling2015-10-261-5/+13
|
* Clear search box for nowJoas Schilling2015-10-261-0/+1
| | | | Fix #15651
* Allow searching by author name and app level as wellJoas Schilling2015-10-261-1/+30
|
* Stay on the same category when refreshing the page on the apps listJoas Schilling2015-10-261-5/+7
|
* Disable app icon preview in apps page for IEVincent Petry2015-10-211-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 #19625 from owncloud/passwordchange-hidestrengthifyThomas Müller2015-10-141-1/+1
|\ | | | | Properly hide strengthify after password change
| * Properly hide strengthify after password changeVincent Petry2015-10-071-1/+1
| |
* | Merge pull request #19627 from owncloud/users-deletebeforecreateThomas Müller2015-10-142-31/+43
|\ \ | | | | | | Delete last undoable user before user creation
| * | Delete last undoable user before user creationVincent Petry2015-10-072-31/+43
| |/
* / Fix uploading avatar and root certs in IE8Vincent Petry2015-10-091-11/+35
|/
* fix wordingMorris Jobke2015-10-061-1/+1
|
* Use OC.Dialogs for modal reload messageMorris Jobke2015-10-051-1/+15
|
* Reload the page when an app needs an update after being enabledJoas Schilling2015-10-051-0/+8
|
* Merge pull request #19510 from owncloud/json-grouplist-sharing-excludeThomas Müller2015-10-021-5/+1
|\ | | | | save excluded groups in json format
| * save excluded groups in json format - fixes #10983Thomas Müller2015-10-011-5/+1
| |
* | Modify the group user count when changing membership of a userJoas Schilling2015-10-022-4/+17
|/
* Save the settings in the user management pageRoeland Jago Douma2015-09-251-0/+29
| | | | | | | Store the setting in the user managerment page (e.g. show e-mail address). Fixes #12727
* Rebuild app navigation in JSRobin McCorkell2015-09-051-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 avatarsLukas Reschke2015-08-231-1/+1
| | | | First step for https://github.com/owncloud/core/issues/11915
* Merge pull request #18395 from owncloud/hide-empty-security-warningRobin McCorkell2015-08-211-0/+4
|\ | | | | [admin settings] Show success message if security warnings are empty
| * add success messageMorris Jobke2015-08-211-1/+1
| |
| * [admin settings] hide security warnings if emptyMorris Jobke2015-08-181-0/+4
| | | | | | | | * fixes #15257
* | Clear cron errors on change of background job modeMorris Jobke2015-08-201-0/+2
| | | | | | | | * fixes #18454
* | Merge pull request #18403 from owncloud/do-not-delete-group-if-emptyMorris Jobke2015-08-191-11/+0
|\ \ | | | | | | Do not delete group if empty, hide delete icon for group admin
| * | do not remove empty group in gui by jsmichag862015-08-191-11/+0
| |/
* | Merge pull request #18114 from owncloud/fix-delete-user-feedbackMorris Jobke2015-08-191-10/+10
|\ \ | |/ |/| [user mgnt] fix delete user feedback on failure
| * [user mgnt] fix delete user feedback on failureMorris Jobke2015-08-071-10/+10
| | | | | | | | * fixes #18099
* | Merge pull request #17975 from owncloud/settings_admin_warning_levelsJan-Christoph Borchardt2015-08-181-7/+26
|\ \ | | | | | | Settings admin warning levels
| * | All setup messages are now properly typesRoeland Jago Douma2015-07-301-14/+10
| | |
| * | Allow setupchecks to specify a warning levelRoeland Jago Douma2015-07-301-7/+30
| | |
* | | replace tipsys with tooltipsHendrik Leppelsack2015-08-121-6/+6
| | |