summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix showMenu animation callbackVincent Petry2015-08-121-1/+1
|
* Merge pull request #17709 from owncloud/fileactions-dropdownJan-Christoph Borchardt2015-08-114-18/+64
|\ | | | | 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.
| * fix layout and design of actions dropdownJan-Christoph Borchardt2015-08-101-1/+1
| |
| * Added bubble style, applied to file actions menuVincent Petry2015-08-101-1/+10
| |
| * 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-074-16/+10
| |
* | fix right sidebar position and first styleJan-Christoph Borchardt2015-08-071-9/+4
| |
* | Use own tabs impl in files sidebarVincent Petry2015-08-071-0/+48
| | | | | | | | Also change style.
* | 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-074-0/+66
| |
* | make available as OC.Backbone to avoid conflictsArthur Schiwon2015-08-061-0/+12
| |
* | adjust gitignore for backbone.jsArthur Schiwon2015-08-063-3/+3
| |
* | add backbone.jsArthur Schiwon2015-08-065-0/+1931
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-08-022-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-08-0114-0/+14
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-312-2/+2
| |
* | Merge pull request #17805 from owncloud/avatar-handle-errorsRoeland Douma2015-07-311-0/+8
|\ \ | | | | | | [avatar] add error handlers for avatar setup
| * | [avatar] add error handlers for avatar setupMorris Jobke2015-07-301-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add colon to translated string use placeholder in t() Adding a size limitation for avatar upload Unit test for file size Fix typo & display server side error message
* | | 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
| | | |
* | | | Merge pull request #17963 from owncloud/remove-derecated-mysql-functionsMorris Jobke2015-07-301-1/+4
|\ \ \ \ | |_|/ / |/| | | Moving mysql setup code over to Doctrine
| * | | - more injectionThomas Müller2015-07-301-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | - less static calls - use params on sql queries - handle sql exception on database and user creation gracefully
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-302-0/+26
| | | |
* | | | Merge pull request #17814 from owncloud/update-moment-jsRobin McCorkell2015-07-294-3492/+4077
|\ \ \ \ | |/ / / |/| | | update moment.js to 2.10.3
| * | | update moment.js to 2.10.3Morris Jobke2015-07-224-3492/+4077
| | | |
* | | | Merge pull request #17966 from owncloud/remove-mssqlThomas Müller2015-07-293-10/+3
|\ \ \ \ | | | | | | | | | | Remove remainings of mssql
| * | | | Remove remainings of mssqlThomas Müller2015-07-293-10/+3
| | | | |
* | | | | Merge pull request #17965 from owncloud/theme-colorMorris Jobke2015-07-293-0/+3
|\ \ \ \ \ | | | | | | | | | | | | add theme-color for better Android browser integration
| * | | | | add theme-color for better Android browser integrationJan-Christoph Borchardt2015-07-293-0/+3
| |/ / / /
* / / / / use inline confirm button style for password-protected links, ref #15176Jan-Christoph Borchardt2015-07-291-0/+8
|/ / / /
* | | | Merge pull request #17813 from owncloud/update-underscoreMorris Jobke2015-07-293-560/+767
|\ \ \ \ | | | | | | | | | | update underscore to 1.8.3
| * | | | update underscore to 1.8.3Morris Jobke2015-07-273-560/+767
| | | | |
* | | | | 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.
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-292-0/+4
| | | | |
* | | | | 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
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-284-0/+42
| |/ / / |/| | |
* | | | Merge pull request #17878 from owncloud/fix-tipsy-fallback-titleMorris Jobke2015-07-271-3/+1
|\ \ \ \ | | | | | | | | | | Fix title attribute of tipsy shim
| * | | | remove title option from tipsy shimHendrik Leppelsack2015-07-261-3/+1
| |/ / /
* / / / [tx-robot] updated from transifexJenkins for ownCloud2015-07-272-0/+32
|/ / /