Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #18609 from owncloud/login-layout | Lukas Reschke | 2015-08-27 | 1 | -0/+24 |
|\ | | | | | log in screen improvement & simplification | ||||
| * | show feedback spinner for log in process | Jan-Christoph Borchardt | 2015-08-27 | 1 | -0/+24 |
| | | |||||
* | | simpler style for filetype icons | Jan-Christoph Borchardt | 2015-08-27 | 1 | -23/+22 |
|/ | |||||
* | fix unit tests | Morris Jobke | 2015-08-26 | 1 | -2/+2 |
| | |||||
* | fix share icons of shared items being placed off on mobile | Jan-Christoph Borchardt | 2015-08-26 | 1 | -2/+2 |
| | |||||
* | Merge pull request #18550 from owncloud/mobile-shared-style | Jan-Christoph Borchardt | 2015-08-25 | 1 | -1/+3 |
|\ | | | | | fix being able to distinguish shared items on mobile | ||||
| * | fix being able to distinguish shared items on mobile | Jan-Christoph Borchardt | 2015-08-25 | 1 | -1/+3 |
| | | |||||
* | | Properly hide sidebar when switching between files app sections | Vincent Petry | 2015-08-25 | 1 | -4/+8 |
|/ | | | | | Since there are multiple sidebars, one for each files app section, we need to hide the correct ones. | ||||
* | Fix regression | Morris Jobke | 2015-08-24 | 1 | -1/+1 |
| | | | | * fixes #18529 | ||||
* | 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 | ||||
* | Remove requesttoken for avatars | Lukas Reschke | 2015-08-23 | 1 | -2/+2 |
| | | | | First step for https://github.com/owncloud/core/issues/11915 | ||||
* | Make short versions of weekday/month names translatable | Hasso Tepper | 2015-08-21 | 3 | -3/+73 |
| | |||||
* | Move remaining setupchecks to new fomat | Roeland Jago Douma | 2015-08-18 | 2 | -8/+16 |
| | |||||
* | 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 |
| | | |||||
* | | 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 |
| | | | |||||
* | | | Merge pull request #17709 from owncloud/fileactions-dropdown | Jan-Christoph Borchardt | 2015-08-11 | 3 | -16/+53 |
|\ \ \ | | | | | | | | | 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. | ||||
| * | | | 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 |
| | | | | |||||
* | | | | Merge pull request #17919 from rullzer/php_supported_check | Thomas Müller | 2015-08-10 | 2 | -0/+22 |
|\ \ \ \ | |/ / / |/| | | | Display warning in security & setup warnings if php version is EOL | ||||
| * | | | Display warning in security & setup warnings if php version is EOL | Roeland Jago Douma | 2015-07-29 | 2 | -0/+22 |
| | | | | |||||
* | | | | Set momentJS locale to en during unit test runs | Vincent Petry | 2015-08-07 | 1 | -0/+2 |
| | | | | |||||
* | | | | Fix app-content scrollbar when app-sidebar is open | Vincent Petry | 2015-08-07 | 2 | -8/+6 |
| | | | | |||||
* | | | | fix show/hide app sidebar functions | Arthur Schiwon | 2015-08-07 | 1 | -2/+3 |
| | | | | |||||
* | | | | rename sidebar element and use css and js utility functions to core | Arthur Schiwon | 2015-08-07 | 2 | -0/+22 |
| |/ / |/| | | |||||
* | | | make available as OC.Backbone to avoid conflicts | Arthur Schiwon | 2015-08-06 | 1 | -0/+12 |
| | | | |||||
* | | | Merge pull request #17175 from owncloud/add-download-feedback | Morris Jobke | 2015-07-30 | 1 | -1/+31 |
|\ \ \ | |_|/ |/| | | Add loading spinner to download icon | ||||
| * | | refactoring into proper methods | Morris Jobke | 2015-07-07 | 1 | -1/+31 |
| | | | |||||
* | | | Remove remainings of mssql | Thomas Müller | 2015-07-29 | 1 | -3/+2 |
| | | | |||||
* | | | Merge pull request #17489 from owncloud/fix-share-time-as-string | Morris Jobke | 2015-07-29 | 2 | -0/+37 |
|\ \ \ | |_|/ |/| | | Fix parsing of sharetime as string | ||||
| * | | tests for _parseTime with hex and empty strings | Morris Jobke | 2015-07-28 | 2 | -0/+6 |
| | | | |||||
| * | | Fix parsing of sharetime as string | Morris Jobke | 2015-07-28 | 2 | -0/+31 |
| | | | | | | | | | | | | | | | | | | | | | In some cases the ajax/share.php will return the share time as string. If this is the case it would get parsed completely wrong and cause the share dropdown to not work anymore. This change will properly cast the string to an interger and also fallback if this is not possible. | ||||
* | | | Detect old NSS and OpenSSL versions | Lukas Reschke | 2015-07-28 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | This will detect old NSS and OpenSSL versions and show appropriate errors in the admin interface. Fixes https://github.com/owncloud/core/issues/17901 | ||||
* | | | Merge pull request #17910 from owncloud/fix-modified-tooltip | Morris Jobke | 2015-07-28 | 1 | -1/+0 |
|\ \ \ | |/ / |/| | | Fix tooltip for modification time | ||||
| * | | fixed tooltip for modified date | Hendrik Leppelsack | 2015-07-27 | 1 | -1/+0 |
| | | | |||||
* | | | remove title option from tipsy shim | Hendrik Leppelsack | 2015-07-26 | 1 | -3/+1 |
|/ / | |||||
* | | Add `fallback` to shim | Lukas Reschke | 2015-07-25 | 1 | -0/+2 |
| | | | | | | | | | | | | Tipsy also supported the `fallback` element which will now not work anymore. To enhance compatibility we shall also implement it in the shim. Fixes https://github.com/owncloud/core/issues/17870 | ||||
* | | Merge pull request #17075 from owncloud/bootstrap-tooltip | Bernhard Posselt | 2015-07-23 | 3 | -244/+60 |
|\ \ | | | | | | | Replace jQuery tipsy with bootstrap tooltip | ||||
| * | | fix tipsy not updating on reinitialization | Hendrik Leppelsack | 2015-07-08 | 1 | -2/+5 |
| | | | |||||
| * | | remove debug messages | Hendrik Leppelsack | 2015-07-06 | 1 | -3/+0 |
| | | | |||||
| * | | moved tooltip.js to vendor scripts | Hendrik Leppelsack | 2015-06-22 | 3 | -774/+2 |
| | | |