summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
| | | |
* | | | Mark ldap agent password as sensitiveJoas Schilling2015-08-141-0/+1
| |_|/ |/| |
* | | 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
| | | | |
* | | | | more understandable 'Wrong password' feedbackJan-Christoph Borchardt2015-08-121-2/+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
| | | | |