summaryrefslogtreecommitdiffstats
path: root/settings/js
Commit message (Collapse)AuthorAgeFilesLines
* show nicer warning if the admin recovery password was wrongBjörn Schießle2013-05-161-4/+6
|
* some error handling in case the recovery password is wrongBjörn Schießle2013-05-161-0/+4
|
* allow admin to recover users files in case of password lostBjörn Schießle2013-05-161-1/+3
|
* Fix retrieval of users with multiple backendsArthur Schiwon2013-05-031-3/+9
|
* Merge pull request #3002 from owncloud/priorize_common_languagesBart Visscher2013-04-261-0/+3
|\ | | | | Priorize common languages.
| * Make divider not selectablekondou2013-04-191-4/+3
| | | | | | | | Very hacky
| * Priorize common languages.kondou2013-04-181-0/+4
| |
* | Fixed comment in personal.js. Changed message text in changedisplayname.php.David Reagan2013-04-231-1/+1
| |
* | Made saving the display name work the same way as the email address. Fixed a ↵David Reagan2013-04-231-36/+42
|/ | | | few comparison operators. Increased the fadeOut time for the success and error messages.
* Merge pull request #2975 from owncloud/log-dateMorris Jobke2013-04-171-1/+5
|\ | | | | use date and time instead of timestamp in log
| * fix admin log display and use a more readable formatBernhard Posselt2013-04-171-1/+5
| |
* | Removed extra id from jquery selectors. Remove console.log call. Removed ↵David Reagan2013-04-161-4/+2
| | | | | | | | commented code.
* | Modified how the #lostpassword or #email fields save email addresses on the ↵David Reagan2013-04-161-12/+24
|/ | | | Personal settings page. It now saves one second after the last keyup event, instead of after a blur event.
* Add span tag while enabling or disbling apps as well.raghunayyar2013-04-121-1/+3
|
* Add the quota change listeners to newly added user entries in the user listRobin Appelman2013-04-101-12/+19
|
* Merge pull request #2738 from Kondou-ger/fix_alert_issuesBart Visscher2013-04-061-3/+3
|\ | | | | Fixed things in alert-messages
| * Translate 'Error' in corekondou2013-04-061-3/+3
| |
| * Fixed things in alert-messagesroot2013-04-051-3/+3
| | | | | | | | | | | | Two parameters for OC.dialogs.alert, otherwise one will be "undefined". Also fixed missing translation.
* | Fix Typokondou2013-04-051-2/+2
| |
* | Fix #2693kondou2013-04-051-2/+2
|/ | | | | When removing a group response.data.action becomes 'remove', thus the if shows an empty notification.
* Merge pull request #2597 from kabum/lesslogBernhard Posselt2013-03-291-8/+20
|\ | | | | Make it possible to show less log entries again
| * fix typo and remove animationMorris Jobke2013-03-281-2/+1
| |
| * convert js call to css ruleMorris Jobke2013-03-281-1/+0
| |
| * apply code review hintsMorris Jobke2013-03-281-12/+10
| |
| * add copyright noteMorris Jobke2013-03-271-0/+1
| |
| * remove animationMorris Jobke2013-03-271-2/+1
| |
| * Make it possible to show less log entries again - fix owncloud/core#1593Morris Jobke2013-03-271-3/+19
| | | | | | | | | | * show "less" button only if there are more than 3 entries * only "remove" logs till last 3 entries
* | Merge pull request #2448 from owncloud/userlist_available_groupsBernhard Posselt2013-03-291-4/+13
|\ \ | | | | | | User list: Keep array of available groups. Should fix #873
| * | User list: Keep array of available groups. Should fix #873Thomas Tanghus2013-03-191-4/+13
| | |
* | | Users: use DisplayName in the Display Name col when appending usersArthur Schiwon2013-03-271-1/+1
| |/ |/|
* | Improve detection of installations errorsBrice Maron2013-03-231-1/+7
|/
* User list: Avoid dupes and better sorting. Fix #2420Thomas Tanghus2013-03-191-15/+65
|
* Merge pull request #2061 from owncloud/app-textFrank Karlitschek2013-03-041-1/+1
|\ | | | | Add the description as text and not as html
| * Add the description as text and not as htmlLukas Reschke2013-03-041-1/+1
| |
* | Merge pull request #2060 from owncloud/escapeGroupnameFrank Karlitschek2013-03-041-5/+5
|\ \ | | | | | | Sanitize uid, group and quota
| * | Sanitize uid, group and quotaLukas Reschke2013-03-041-5/+5
| |/
* / Add log as text and not as HTMLLukas Reschke2013-03-031-1/+1
|/
* sort users according to display nameArthur Schiwon2013-02-261-2/+2
|
* Merge branch 'master' of github.com:owncloud/core into issue_1776Qingping Hou2013-02-251-2/+2
|\ | | | | | | | | Conflicts: core/templates/layout.user.php
* | add span tag to displayname on expand buttonQingping Hou2013-02-251-3/+1
| |
* | update oldDisplayName value on displayName changeQingping Hou2013-02-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | This patch fixes a bug that can be reproduced in following way: 1. change displayName 2. clear text in displayName input click change again Then you will get an error and previous displayName will be restored. Expected behavior should restore the new updated displayName.
* | when user changes displayName, also update it on expand buttonQingping Hou2013-02-241-1/+5
|/
* Fetch displayname in userlist ajax requests. Refs #1681Thomas Tanghus2013-02-221-4/+4
|
* Sanitize user inputLukas Reschke2013-02-181-1/+1
|
* Merge pull request #1701 from owncloud/XSS-fixesLukas Reschke2013-02-141-2/+2
|\ | | | | Sanitize HTML
| * Sanitize HTMLLukas Reschke2013-02-141-2/+2
| |
* | fixing javascript errors IE8 in apps managementThomas Mueller2013-02-141-1/+1
|/
* fixing javascript errors IE8 in user managementThomas Mueller2013-02-141-3/+4
|
* missing piece after mergeThomas Mueller2013-02-131-6/+0
|
* Split editable select code used for quota selection into a jquery pluginRobin Appelman2013-02-111-423/+369
|