Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | show nicer warning if the admin recovery password was wrong | Björn Schießle | 2013-05-16 | 1 | -4/+6 |
| | |||||
* | some error handling in case the recovery password is wrong | Björn Schießle | 2013-05-16 | 1 | -0/+4 |
| | |||||
* | allow admin to recover users files in case of password lost | Björn Schießle | 2013-05-16 | 1 | -1/+3 |
| | |||||
* | Fix retrieval of users with multiple backends | Arthur Schiwon | 2013-05-03 | 1 | -3/+9 |
| | |||||
* | Merge pull request #3002 from owncloud/priorize_common_languages | Bart Visscher | 2013-04-26 | 1 | -0/+3 |
|\ | | | | | Priorize common languages. | ||||
| * | Make divider not selectable | kondou | 2013-04-19 | 1 | -4/+3 |
| | | | | | | | | Very hacky | ||||
| * | Priorize common languages. | kondou | 2013-04-18 | 1 | -0/+4 |
| | | |||||
* | | Fixed comment in personal.js. Changed message text in changedisplayname.php. | David Reagan | 2013-04-23 | 1 | -1/+1 |
| | | |||||
* | | Made saving the display name work the same way as the email address. Fixed a ↵ | David Reagan | 2013-04-23 | 1 | -36/+42 |
|/ | | | | few comparison operators. Increased the fadeOut time for the success and error messages. | ||||
* | Merge pull request #2975 from owncloud/log-date | Morris Jobke | 2013-04-17 | 1 | -1/+5 |
|\ | | | | | use date and time instead of timestamp in log | ||||
| * | fix admin log display and use a more readable format | Bernhard Posselt | 2013-04-17 | 1 | -1/+5 |
| | | |||||
* | | Removed extra id from jquery selectors. Remove console.log call. Removed ↵ | David Reagan | 2013-04-16 | 1 | -4/+2 |
| | | | | | | | | commented code. | ||||
* | | Modified how the #lostpassword or #email fields save email addresses on the ↵ | David Reagan | 2013-04-16 | 1 | -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. | raghunayyar | 2013-04-12 | 1 | -1/+3 |
| | |||||
* | Add the quota change listeners to newly added user entries in the user list | Robin Appelman | 2013-04-10 | 1 | -12/+19 |
| | |||||
* | Merge pull request #2738 from Kondou-ger/fix_alert_issues | Bart Visscher | 2013-04-06 | 1 | -3/+3 |
|\ | | | | | Fixed things in alert-messages | ||||
| * | Translate 'Error' in core | kondou | 2013-04-06 | 1 | -3/+3 |
| | | |||||
| * | Fixed things in alert-messages | root | 2013-04-05 | 1 | -3/+3 |
| | | | | | | | | | | | | Two parameters for OC.dialogs.alert, otherwise one will be "undefined". Also fixed missing translation. | ||||
* | | Fix Typo | kondou | 2013-04-05 | 1 | -2/+2 |
| | | |||||
* | | Fix #2693 | kondou | 2013-04-05 | 1 | -2/+2 |
|/ | | | | | When removing a group response.data.action becomes 'remove', thus the if shows an empty notification. | ||||
* | Merge pull request #2597 from kabum/lesslog | Bernhard Posselt | 2013-03-29 | 1 | -8/+20 |
|\ | | | | | Make it possible to show less log entries again | ||||
| * | fix typo and remove animation | Morris Jobke | 2013-03-28 | 1 | -2/+1 |
| | | |||||
| * | convert js call to css rule | Morris Jobke | 2013-03-28 | 1 | -1/+0 |
| | | |||||
| * | apply code review hints | Morris Jobke | 2013-03-28 | 1 | -12/+10 |
| | | |||||
| * | add copyright note | Morris Jobke | 2013-03-27 | 1 | -0/+1 |
| | | |||||
| * | remove animation | Morris Jobke | 2013-03-27 | 1 | -2/+1 |
| | | |||||
| * | Make it possible to show less log entries again - fix owncloud/core#1593 | Morris Jobke | 2013-03-27 | 1 | -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_groups | Bernhard Posselt | 2013-03-29 | 1 | -4/+13 |
|\ \ | | | | | | | User list: Keep array of available groups. Should fix #873 | ||||
| * | | User list: Keep array of available groups. Should fix #873 | Thomas Tanghus | 2013-03-19 | 1 | -4/+13 |
| | | | |||||
* | | | Users: use DisplayName in the Display Name col when appending users | Arthur Schiwon | 2013-03-27 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Improve detection of installations errors | Brice Maron | 2013-03-23 | 1 | -1/+7 |
|/ | |||||
* | User list: Avoid dupes and better sorting. Fix #2420 | Thomas Tanghus | 2013-03-19 | 1 | -15/+65 |
| | |||||
* | Merge pull request #2061 from owncloud/app-text | Frank Karlitschek | 2013-03-04 | 1 | -1/+1 |
|\ | | | | | Add the description as text and not as html | ||||
| * | Add the description as text and not as html | Lukas Reschke | 2013-03-04 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2060 from owncloud/escapeGroupname | Frank Karlitschek | 2013-03-04 | 1 | -5/+5 |
|\ \ | | | | | | | Sanitize uid, group and quota | ||||
| * | | Sanitize uid, group and quota | Lukas Reschke | 2013-03-04 | 1 | -5/+5 |
| |/ | |||||
* / | Add log as text and not as HTML | Lukas Reschke | 2013-03-03 | 1 | -1/+1 |
|/ | |||||
* | sort users according to display name | Arthur Schiwon | 2013-02-26 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:owncloud/core into issue_1776 | Qingping Hou | 2013-02-25 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: core/templates/layout.user.php | ||||
* | | add span tag to displayname on expand button | Qingping Hou | 2013-02-25 | 1 | -3/+1 |
| | | |||||
* | | update oldDisplayName value on displayName change | Qingping Hou | 2013-02-24 | 1 | -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 button | Qingping Hou | 2013-02-24 | 1 | -1/+5 |
|/ | |||||
* | Fetch displayname in userlist ajax requests. Refs #1681 | Thomas Tanghus | 2013-02-22 | 1 | -4/+4 |
| | |||||
* | Sanitize user input | Lukas Reschke | 2013-02-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1701 from owncloud/XSS-fixes | Lukas Reschke | 2013-02-14 | 1 | -2/+2 |
|\ | | | | | Sanitize HTML | ||||
| * | Sanitize HTML | Lukas Reschke | 2013-02-14 | 1 | -2/+2 |
| | | |||||
* | | fixing javascript errors IE8 in apps management | Thomas Mueller | 2013-02-14 | 1 | -1/+1 |
|/ | |||||
* | fixing javascript errors IE8 in user management | Thomas Mueller | 2013-02-14 | 1 | -3/+4 |
| | |||||
* | missing piece after merge | Thomas Mueller | 2013-02-13 | 1 | -6/+0 |
| | |||||
* | Split editable select code used for quota selection into a jquery plugin | Robin Appelman | 2013-02-11 | 1 | -423/+369 |
| |