Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove additional radio button width declaration | Jan-Christoph Borchardt | 2014-03-27 | 1 | -1/+0 |
| | |||||
* | Move success/error squircles to settings | kondou | 2014-03-21 | 1 | -0/+9 |
| | |||||
* | Move cron status to the right of the heading | kondou | 2014-03-12 | 1 | -0/+4 |
| | |||||
* | Log last cron execution | kondou | 2014-03-12 | 1 | -0/+7 |
| | | | | Fixes #2012 | ||||
* | Merge pull request #7174 from owncloud/issue/7166 | Jan-Christoph Borchardt | 2014-02-26 | 1 | -0/+12 |
|\ | | | | | Add option to change email settings in admin section | ||||
| * | Add option to change email settings in admin section | Joas Schilling | 2014-02-18 | 1 | -0/+12 |
| | | | | | | | | Fix issue #7166 | ||||
* | | fix for coding style | Jan-Christoph Borchardt | 2014-02-26 | 1 | -1/+6 |
| | | |||||
* | | Highlight the selected app in app-settings | kondou | 2014-02-26 | 1 | -1/+1 |
|/ | |||||
* | added website field | Bjoern Schiessle | 2014-01-17 | 1 | -1/+0 |
| | |||||
* | distinguish app links from doc links | Bjoern Schiessle | 2014-01-17 | 1 | -0/+1 |
| | |||||
* | show link to app documentation | Bjoern Schiessle | 2014-01-17 | 1 | -0/+6 |
| | |||||
* | Indicate password strength using strengthify | Morris Jobke | 2014-01-15 | 1 | -0/+13 |
| | | | | | | | | | | | * uses zxcvbn * outsourced to separate jquery plugin * async loading * hide strength meter if input is empty * feedback if user enters weakest password * fade in and out * show tipsy with strength * Opera 12, IE8-10, FF 23, Chromium 29 | ||||
* | Fix spacing issue for checkboxes, vertically center checkboxes on personal page | Morris Jobke | 2013-11-11 | 1 | -0/+5 |
| | |||||
* | Fix leftcontent/right content, fixes tasks app | Vincent Petry | 2013-10-24 | 1 | -4/+0 |
| | | | | | Tasks app layout was broken since the controls bar is higher now. This change should hopefully fix other apps using the same layout. | ||||
* | Takes Import button to next line. | raghunayyar | 2013-10-21 | 1 | -1/+4 |
| | |||||
* | Adds margin to the SSL root certificate button | raghunayyar | 2013-10-19 | 1 | -0/+1 |
| | |||||
* | Merge pull request #5321 from owncloud/settings-applistwidths | Vincent Petry | 2013-10-18 | 1 | -1/+5 |
|\ | | | | | Fixed app list right container to not overlap left container scrollbar | ||||
| * | Fixed app list right container to not overlap left container scrollbar | Vincent Petry | 2013-10-14 | 1 | -1/+5 |
| | | | | | | | | | | | | - Container widths in apps list now use pixels instead of em - Container widths now match properly and rightcontainer doesn't overlap the scrollbar any more | ||||
* | | Fixes Default Quota Style in User Management. | raghunayyar | 2013-10-14 | 1 | -7/+5 |
|/ | |||||
* | Fixed table grid styles for IE8 | Vincent Petry | 2013-10-11 | 1 | -3/+6 |
| | | | | | | | | The selector :not() isn't supported in IE8, replaced it with the "grid" class. - Fixes the log table style in IE8 (#5057) - Fixes the users table layout bug in IE8 | ||||
* | merge master into input-simplify | Jan-Christoph Borchardt | 2013-10-04 | 1 | -4/+23 |
|\ | |||||
| * | increase height of controls bar and elements to more clickable 44px | Jan-Christoph Borchardt | 2013-10-04 | 1 | -4/+23 |
| | | |||||
* | | better style and color for warning and success feedback on inputs | Jan-Christoph Borchardt | 2013-10-03 | 1 | -2/+10 |
|/ | |||||
* | Clean up avatars and preliminary use JSON->rawlist.php | kondou | 2013-09-05 | 1 | -1/+3 |
| | |||||
* | Sanitize displayname, respect data @ $element, fix routename, clean after ↵ | kondou | 2013-08-31 | 1 | -3/+0 |
| | | | | cropping, updateAvatar with displayname | ||||
* | Use Jcrop, have inline errormsg, work on cropping, clean up, WIP | kondou | 2013-08-25 | 1 | -0/+2 |
| | |||||
* | Improve styling & enable avatar-upload at personal page | kondou | 2013-08-25 | 1 | -0/+3 |
| | |||||
* | Move .errormsg from settings-css to .warning in core. Reusable! | kondou | 2013-08-18 | 1 | -8/+0 |
| | |||||
* | Don't use an alert for displaying app-mgmt-errors | kondou | 2013-08-18 | 1 | -1/+15 |
| | | | | | | Rather display a dominant div and mark the problematic app in the applist. Fix #305 | ||||
* | Merge pull request #3912 from owncloud/css_cleanup_kondou | Jan-Christoph Borchardt | 2013-08-08 | 1 | -2/+2 |
|\ | | | | | General CSS cleanup | ||||
| * | General CSS cleanup | kondou | 2013-07-09 | 1 | -2/+2 |
| | | |||||
* | | Some styling to user list | Victor Dubiniuk | 2013-08-01 | 1 | -0/+2 |
|/ | |||||
* | remove App management top bar and move buttons more contextually in the ↵ | Jan-Christoph Borchardt | 2013-06-12 | 1 | -1/+7 |
| | | | | interface | ||||
* | allow admin to recover users files in case of password lost | Björn Schießle | 2013-05-16 | 1 | -0/+2 |
| | |||||
* | convert js call to css rule | Morris Jobke | 2013-03-28 | 1 | -0/+1 |
| | |||||
* | also fix header alignment for multiselect columns | Jan-Christoph Borchardt | 2013-02-14 | 1 | -0/+1 |
| | |||||
* | fix Users settings header bar element positioning, close #1686 | Jan-Christoph Borchardt | 2013-02-14 | 1 | -2/+7 |
| | |||||
* | Merge pull request #1624 from owncloud/singleselect | Frank Karlitschek | 2013-02-12 | 1 | -1/+0 |
|\ | | | | | Split editable select code used for quota selection into a jquery plugin | ||||
| * | Split editable select code used for quota selection into a jquery plugin | Robin Appelman | 2013-02-11 | 1 | -1/+0 |
| | | |||||
* | | move CSS to correct location, move and format php | Jan-Christoph Borchardt | 2013-02-11 | 1 | -4/+8 |
| | | |||||
* | | add the buttons for the clients to the personal page. | Frank Karlitschek | 2013-02-09 | 1 | -0/+5 |
|/ | | | | Useful and prettier | ||||
* | Merge pull request #1428 from owncloud/content_positioning | Thomas Tanghus | 2013-02-06 | 1 | -1/+0 |
|\ | | | | | Fix leftcontent positioning. Ref #1255 | ||||
| * | Remove padding hack to position users list. | Thomas Tanghus | 2013-02-04 | 1 | -1/+0 |
| | | |||||
* | | let the user change his display name, if supported by the back-end | Björn Schießle | 2013-02-06 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #1351 from owncloud/navigation | Michael Gapczynski | 2013-01-31 | 1 | -1/+1 |
|\ | | | | | New navigation design | ||||
| * | Merge branch 'master' into navigation | Jan-Christoph Borchardt | 2013-01-31 | 1 | -5/+8 |
| |\ | |||||
| * | | Defined height for #leftcontent | raghunayyar | 2013-01-25 | 1 | -1/+1 |
| | | | |||||
* | | | remove z-index from app labels which caused overlap with top bar | Jan-Christoph Borchardt | 2013-01-31 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Merge pull request #1379 from owncloud/improved_appsmanagement | Lukas Reschke | 2013-01-31 | 1 | -0/+3 |
|\ \ | | | | | | | Improved appsmanagement | ||||
| * | | mark recommended apps. server part not yet fully implemented | Frank Karlitschek | 2013-01-30 | 1 | -0/+3 |
| |/ |