summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #18609 from owncloud/login-layoutLukas Reschke2015-08-271-0/+24
|\ | | | | log in screen improvement & simplification
| * show feedback spinner for log in processJan-Christoph Borchardt2015-08-271-0/+24
| |
* | simpler style for filetype iconsJan-Christoph Borchardt2015-08-271-23/+22
|/
* fix unit testsMorris Jobke2015-08-261-2/+2
|
* fix share icons of shared items being placed off on mobileJan-Christoph Borchardt2015-08-261-2/+2
|
* Merge pull request #18550 from owncloud/mobile-shared-styleJan-Christoph Borchardt2015-08-251-1/+3
|\ | | | | fix being able to distinguish shared items on mobile
| * fix being able to distinguish shared items on mobileJan-Christoph Borchardt2015-08-251-1/+3
| |
* | Properly hide sidebar when switching between files app sectionsVincent Petry2015-08-251-4/+8
|/ | | | | Since there are multiple sidebars, one for each files app section, we need to hide the correct ones.
* Fix regressionMorris Jobke2015-08-241-1/+1
| | | | * fixes #18529
* Remove DEBUG constant and use config valueMorris Jobke2015-08-241-1/+1
| | | | | * introduces config.php option 'debug' that defaults to false * migrate DEBUG constant to config value
* Remove requesttoken for avatarsLukas Reschke2015-08-231-2/+2
| | | | First step for https://github.com/owncloud/core/issues/11915
* Make short versions of weekday/month names translatableHasso Tepper2015-08-213-3/+73
|
* Move remaining setupchecks to new fomatRoeland Jago Douma2015-08-182-8/+16
|
* Merge pull request #17975 from owncloud/settings_admin_warning_levelsJan-Christoph Borchardt2015-08-182-42/+151
|\ | | | | Settings admin warning levels
| * All setup messages are now properly typesRoeland Jago Douma2015-07-302-43/+133
| |
| * Allow setupchecks to specify a warning levelRoeland Jago Douma2015-07-302-5/+24
| |
* | Merge pull request #18178 from owncloud/files-sidebar-actionsJan-Christoph Borchardt2015-08-131-1/+1
|\ \ | | | | | | Sidebar file actions
| * | Fix showMenu animation callbackVincent Petry2015-08-121-1/+1
| | |
* | | Merge pull request #18122 from owncloud/replace-tipsyJan-Christoph Borchardt2015-08-131-11/+0
|\ \ \ | | | | | | | | Replace tipsy with tooltip
| * | | replace tipsys with tooltipsHendrik Leppelsack2015-08-121-11/+0
| |/ /
* | | Merge pull request #17785 from owncloud/snapjs-sensitivityMorris Jobke2015-08-121-1/+2
|\ \ \ | |/ / |/| | fix mobile scrolling, lower sidebar sensitivity, fix #11193
| * | fix mobile scrolling, lower sidebar sensitivity, fix #11193Jan-Christoph Borchardt2015-08-071-1/+2
| | |
* | | Merge pull request #17709 from owncloud/fileactions-dropdownJan-Christoph Borchardt2015-08-113-16/+53
|\ \ \ | | | | | | | | Move file actions to dropdown
| * | | Fixed file actions menu to close when reclicking triggerVincent Petry2015-08-111-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 testsVincent Petry2015-08-111-1/+3
| | | |
| * | | Inline actions using default renderer are now always permanentVincent Petry2015-08-101-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 dropdownVincent Petry2015-08-101-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 configurationRobin McCorkell2015-08-102-5/+66
| | | |
* | | | Merge pull request #17919 from rullzer/php_supported_checkThomas Müller2015-08-102-0/+22
|\ \ \ \ | |/ / / |/| | | Display warning in security & setup warnings if php version is EOL
| * | | Display warning in security & setup warnings if php version is EOLRoeland Jago Douma2015-07-292-0/+22
| | | |
* | | | Set momentJS locale to en during unit test runsVincent Petry2015-08-071-0/+2
| | | |
* | | | Fix app-content scrollbar when app-sidebar is openVincent Petry2015-08-072-8/+6
| | | |
* | | | fix show/hide app sidebar functionsArthur Schiwon2015-08-071-2/+3
| | | |
* | | | rename sidebar element and use css and js utility functions to coreArthur Schiwon2015-08-072-0/+22
| |/ / |/| |
* | | make available as OC.Backbone to avoid conflictsArthur Schiwon2015-08-061-0/+12
| | |
* | | Merge pull request #17175 from owncloud/add-download-feedbackMorris Jobke2015-07-301-1/+31
|\ \ \ | |_|/ |/| | Add loading spinner to download icon
| * | refactoring into proper methodsMorris Jobke2015-07-071-1/+31
| | |
* | | Remove remainings of mssqlThomas Müller2015-07-291-3/+2
| | |
* | | Merge pull request #17489 from owncloud/fix-share-time-as-stringMorris Jobke2015-07-292-0/+37
|\ \ \ | |_|/ |/| | Fix parsing of sharetime as string
| * | tests for _parseTime with hex and empty stringsMorris Jobke2015-07-282-0/+6
| | |
| * | Fix parsing of sharetime as stringMorris Jobke2015-07-282-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 versionsLukas Reschke2015-07-281-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-tooltipMorris Jobke2015-07-281-1/+0
|\ \ \ | |/ / |/| | Fix tooltip for modification time
| * | fixed tooltip for modified dateHendrik Leppelsack2015-07-271-1/+0
| | |
* | | remove title option from tipsy shimHendrik Leppelsack2015-07-261-3/+1
|/ /
* | Add `fallback` to shimLukas Reschke2015-07-251-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-tooltipBernhard Posselt2015-07-233-244/+60
|\ \ | | | | | | Replace jQuery tipsy with bootstrap tooltip
| * | fix tipsy not updating on reinitializationHendrik Leppelsack2015-07-081-2/+5
| | |
| * | remove debug messagesHendrik Leppelsack2015-07-061-3/+0
| | |
| * | moved tooltip.js to vendor scriptsHendrik Leppelsack2015-06-223-774/+2
| | |