Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adjust style of triangle and caret icons | Jan-Christoph Borchardt | 2015-08-25 | 10 | -81/+8 |
| | |||||
* | Merge pull request #18532 from owncloud/fix-regression | Morris Jobke | 2015-08-24 | 1 | -1/+1 |
|\ | | | | | Fix regression | ||||
| * | Fix regression | Morris Jobke | 2015-08-24 | 1 | -1/+1 |
| | | | | | | | | * fixes #18529 | ||||
* | | Merge pull request #18525 from owncloud/app-sidebar-style | Morris Jobke | 2015-08-24 | 1 | -20/+6 |
|\ \ | |/ |/| | Right sidebar style improvements | ||||
| * | lighter style for app sidebar, new switcher style | Jan-Christoph Borchardt | 2015-08-24 | 1 | -20/+6 |
| | | |||||
* | | Merge pull request #18510 from owncloud/proper-debug-setting | Morris Jobke | 2015-08-24 | 1 | -1/+1 |
|\ \ | |/ |/| | Remove DEBUG constant and use config value | ||||
| * | Remove DEBUG constant and use config value | Morris Jobke | 2015-08-24 | 1 | -1/+1 |
| | | | | | | | | | | * introduces config.php option 'debug' that defaults to false * migrate DEBUG constant to config value | ||||
* | | adjust search box style | Jan-Christoph Borchardt | 2015-08-24 | 2 | -4/+4 |
|/ | |||||
* | Merge pull request #18491 from owncloud/expire-token-after-12h-or-login | Lukas Reschke | 2015-08-24 | 2 | -8/+26 |
|\ | | | | | Expire token after 12h and if user logged-in again | ||||
| * | Expire token after 12h and if user logged-in again | Lukas Reschke | 2015-08-22 | 2 | -8/+26 |
| | | | | | | | | As an hardening measure we should expire password reset tokens after 12h and if the user has logged-in again successfully after the token was requested. | ||||
* | | Merge pull request #18498 from owncloud/remove-csrf-check-for-avatar | Vincent Petry | 2015-08-24 | 2 | -2/+3 |
|\ \ | | | | | | | Remove requesttoken for avatars | ||||
| * | | Remove requesttoken for avatars | Lukas Reschke | 2015-08-23 | 2 | -2/+3 |
| |/ | | | | | | | First step for https://github.com/owncloud/core/issues/11915 | ||||
* | | Merge pull request #18254 from owncloud/mitigate-breach | Morris Jobke | 2015-08-24 | 1 | -1/+1 |
|\ \ | |/ |/| | Add mitigation against BREACH | ||||
| * | Remove search box $_POST since it is unused | Lukas Reschke | 2015-08-14 | 1 | -1/+1 |
| | | |||||
* | | Make short versions of weekday/month names translatable | Hasso Tepper | 2015-08-21 | 3 | -3/+73 |
| | | |||||
* | | fix wording of update header | Jan-Christoph Borchardt | 2015-08-20 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #18369 from owncloud/occ-log | Morris Jobke | 2015-08-20 | 3 | -0/+298 |
|\ \ | | | | | | | occ commands to manage logging | ||||
| * | | Introduce occ command to manage owncloud log backend | Robin McCorkell | 2015-08-19 | 2 | -0/+125 |
| | | | | | | | | | | | | log:owncloud can set/display the log filename and log file rotation size | ||||
| * | | Introduce occ command for logging management | Robin McCorkell | 2015-08-19 | 2 | -0/+173 |
| | | | | | | | | | | | | log:manage can set/display the log backend, log level and log timezone | ||||
* | | | Merge pull request #17434 from owncloud/update-showappnameonappupdate | Morris Jobke | 2015-08-20 | 2 | -3/+24 |
|\ \ \ | | | | | | | | | Display app names in update page for app updates | ||||
| * | | | Additions to update page | Vincent Petry | 2015-08-20 | 2 | -6/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apps to update and to disable will always be shown. Main title changes only when apps need updated, not core. Added bullet style. Exclude incompatible apps from updated apps list. | ||||
| * | | | Display app names in update page for app updates | Vincent Petry | 2015-08-19 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | Whenever the update page is displayed for apps, show app names instead of the core update text. | ||||
* | | | | Merge pull request #18424 from ↵ | Morris Jobke | 2015-08-19 | 1 | -10/+35 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/filter-objectstore-password-from-config-list Filter the objectstore password from the config list as well | ||||
| * | | | | Filter the objectstore password from the config list as well | Joas Schilling | 2015-08-19 | 1 | -10/+35 |
| | | | | | |||||
* | | | | | No error code when app already enabled/disabled | Vincent Petry | 2015-08-19 | 2 | -2/+0 |
|/ / / / | |||||
* | | | | Merge pull request #18384 from owncloud/apps-command-returncode | Thomas Müller | 2015-08-19 | 2 | -0/+4 |
|\ \ \ \ | | | | | | | | | | | Return error code on failure with occ app:enable/disable | ||||
| * | | | | Return error code on failure with occ app:enable/disable | Vincent Petry | 2015-08-18 | 2 | -0/+4 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #18390 from rullzer/fix_setupchecks | Bernhard Posselt | 2015-08-18 | 2 | -8/+16 |
|\ \ \ \ | | | | | | | | | | | Move remaining setupchecks to new fomat | ||||
| * | | | | Move remaining setupchecks to new fomat | Roeland Jago Douma | 2015-08-18 | 2 | -8/+16 |
| | | | | | |||||
* | | | | | Merge pull request #14825 from rullzer/avatarcontroller_node | Vincent Petry | 2015-08-18 | 2 | -8/+19 |
|\ \ \ \ \ | |/ / / / |/| | | | | AvatarController to all OCP functions/Node API | ||||
| * | | | | Move avatarcontroller towards Node Api | Roeland Jago Douma | 2015-08-18 | 2 | -8/+19 |
| |/ / / | |||||
* | | | | Merge pull request #17975 from owncloud/settings_admin_warning_levels | Jan-Christoph Borchardt | 2015-08-18 | 2 | -42/+151 |
|\ \ \ \ | |/ / / |/| | | | Settings admin warning levels | ||||
| * | | | All setup messages are now properly types | Roeland Jago Douma | 2015-07-30 | 2 | -43/+133 |
| | | | | |||||
| * | | | Allow setupchecks to specify a warning level | Roeland Jago Douma | 2015-07-30 | 2 | -5/+24 |
| | | | | |||||
* | | | | Mark ldap agent password as sensitive | Joas Schilling | 2015-08-14 | 1 | -0/+1 |
| |_|/ |/| | | |||||
* | | | Merge pull request #18178 from owncloud/files-sidebar-actions | Jan-Christoph Borchardt | 2015-08-13 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Sidebar file actions | ||||
| * | | | Fix showMenu animation callback | Vincent Petry | 2015-08-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #18122 from owncloud/replace-tipsy | Jan-Christoph Borchardt | 2015-08-13 | 1 | -11/+0 |
|\ \ \ \ | | | | | | | | | | | Replace tipsy with tooltip | ||||
| * | | | | replace tipsys with tooltips | Hendrik Leppelsack | 2015-08-12 | 1 | -11/+0 |
| |/ / / | |||||
* | | | | Merge pull request #17785 from owncloud/snapjs-sensitivity | Morris Jobke | 2015-08-12 | 1 | -1/+2 |
|\ \ \ \ | | | | | | | | | | | fix mobile scrolling, lower sidebar sensitivity, fix #11193 | ||||
| * | | | | fix mobile scrolling, lower sidebar sensitivity, fix #11193 | Jan-Christoph Borchardt | 2015-08-07 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | more understandable 'Wrong password' feedback | Jan-Christoph Borchardt | 2015-08-12 | 1 | -2/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #17709 from owncloud/fileactions-dropdown | Jan-Christoph Borchardt | 2015-08-11 | 4 | -18/+64 |
|\ \ \ \ | | | | | | | | | | | Move file actions to dropdown | ||||
| * | | | | Fixed file actions menu to close when reclicking trigger | Vincent Petry | 2015-08-11 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FileActionsMenu is now a backbone view. The trigger and highlight handling is now done in the FileActions.showMenu() method using events. | ||||
| * | | | | Load backbone when running unit tests | Vincent Petry | 2015-08-11 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | Inline actions using default renderer are now always permanent | Vincent Petry | 2015-08-10 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default renderer like the favorite icon can decide whether to use the permanent class or not. Fixed sharing code to properly update the icon according to sharing state modifications. | ||||
| * | | | | fix layout and design of actions dropdown | Jan-Christoph Borchardt | 2015-08-10 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Added bubble style, applied to file actions menu | Vincent Petry | 2015-08-10 | 1 | -1/+10 |
| | | | | | |||||
| * | | | | Implement file actions dropdown | Vincent Petry | 2015-08-10 | 1 | -12/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | File actions now have two types "inline" and "dropdown". The default is "dropdown". The file actions will now be shown in a dropdown menu. | ||||
* | | | | | Add setup check for reverse proxy header configuration | Robin McCorkell | 2015-08-10 | 2 | -5/+66 |
| | | | | |