summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* add title to entries in app menuMorris Jobke2015-04-011-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-0120-0/+22
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-03-316-6/+14
|
* Merge pull request #15169 from rullzer/fix_displayNamesInGroupMorris Jobke2015-03-301-1/+1
|\ | | | | Groupmanagers displayNamesInGroup should actually search in displaynames
| * Call the proper functionRoeland Jago Douma2015-03-241-1/+1
| | | | | | | | * Fix for #6967
* | Merge pull request #15269 from owncloud/migrate-checksetup-and-add-memcacheRobin McCorkell2015-03-302-3/+26
|\ \ | | | | | | Add check for activated local memcache
| * | Add check for activated local memcacheLukas Reschke2015-03-282-3/+26
| | | | | | | | | | | | | | | | | | Also used the opportunity to refactor it into an AppFramework controller so that we can unit test it. Fixes https://github.com/owncloud/core/issues/14956
* | | Merge pull request #15239 from owncloud/see-no-evilMorris Jobke2015-03-301-1/+2
|\ \ \ | | | | | | | | Move federated cloud sharing, files externals and updater to special pos...
| * | | fix layout for Sharing settingsJan-Christoph Borchardt2015-03-271-1/+2
| | | |
* | | | Merge pull request #15295 from owncloud/add-more-spacing-dialogMorris Jobke2015-03-302-2/+2
|\ \ \ \ | | | | | | | | | | Add more spacing to the file picker dialog
| * | | | Add more spacing to the file picker dialogLukas Reschke2015-03-282-2/+2
| | |/ / | |/| | | | | | | | | | Without this the first `>` looked somewhat off, to test this change go to the personal settings and choose a profile picture in a subfolder.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-302-0/+2
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-2926-2/+26
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-2838-36/+24
| | |
* | | Merge pull request #15260 from owncloud/adjust-controls-bar-widthMorris Jobke2015-03-271-0/+55
|\ \ \ | | | | | | | | adjust controls bar width to not overlay scrollbar
| * | | fix scrutinizer issuesJan-Christoph Borchardt2015-03-271-6/+9
| | | |
| * | | adjust controls bar width to not overlay scrollbarJan-Christoph Borchardt2015-03-271-0/+52
| | | |
* | | | Merge pull request #15225 from ↵Morris Jobke2015-03-272-8/+7
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | owncloud/make-setups-for-users-that-tend-to-use-owncloud-on-not-proper-machines-a-little-bit-more-secure Add some generic default headers as well via PHP
| * | | Add some generic default headers as well via PHPLukas Reschke2015-03-262-8/+7
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-27122-294/+12
| |/ / |/| |
* | | Merge pull request #15256 from owncloud/emptycontent-messagesThomas Müller2015-03-273-5/+5
|\ \ \ | | | | | | | | fine-tuning the empty content messages
| * | | adjust shade of empty content icons, fix files icon shadeJan-Christoph Borchardt2015-03-263-5/+5
| | | |
* | | | Merge pull request #15245 from owncloud/fix-14864-masterThomas Müller2015-03-261-1/+1
|\ \ \ \ | |/ / / |/| | | More elaborate command description for upgrade
| * | | More elaborate command description for upgrade - fixes #14864Thomas Müller2015-03-261-1/+1
| | | |
* | | | Merge pull request #14925 from owncloud/ext-mountoptions-uiRobin McCorkell2015-03-262-0/+20
|\ \ \ \ | |/ / / |/| | | Mount options GUI for external storage
| * | | Added ext storage mount options GUIVincent Petry2015-03-262-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added option to disable autoscan of external storages Mount option file system scan is now an int Move priority field to avoid undefined field in storage options All input elements inside the storage options block get parsed into storage options. Moving the priority field outside prevents it to appear in the storage config, as expected. It is still parsed by special code.
* | | | fix enforced password for share in IE8Morris Jobke2015-03-261-0/+5
| |/ / |/| |
* | | Merge pull request #14958 from owncloud/dropdown-styleJan-Christoph Borchardt2015-03-2612-69/+140
|\ \ \ | | | | | | | | popover style for apps and user dropdown menus
| * | | mock up missing elements in the testsJan-Christoph Borchardt2015-03-262-2/+5
| | | |
| * | | only move dropdown triangle when navigation is opened, fix timing bugJan-Christoph Borchardt2015-03-261-7/+14
| | | |
| * | | detail corrections for search box layoutJan-Christoph Borchardt2015-03-261-2/+2
| | | |
| * | | fix user dropdown for IE8Jan-Christoph Borchardt2015-03-261-2/+3
| | | |
| * | | adjust animations of Share, Versions and others to OC.menuSpeedJan-Christoph Borchardt2015-03-262-18/+18
| | | |
| * | | reintroduce quick animation for menusJan-Christoph Borchardt2015-03-261-7/+7
| | | |
| * | | fix log in issue, fix arrow position, make dropdown work in FirefoxJan-Christoph Borchardt2015-03-261-3/+4
| | | |
| * | | fix accessibility of ownCloud logo and navigation entries, fix #15013gJan-Christoph Borchardt2015-03-262-8/+20
| | | |
| * | | move triangle of apps dropdown to align with app name triangleJan-Christoph Borchardt2015-03-261-0/+6
| | | |
| * | | reduce logo size a bit for a better lookJan-Christoph Borchardt2015-03-263-2/+2
| | | |
| * | | adjust share dropdown border radius to 3pxJan-Christoph Borchardt2015-03-261-10/+10
| | | |
| * | | more small fixes in headerJan-Christoph Borchardt2015-03-262-9/+11
| | | |
| * | | further adjustments of header and dropdown stylesJan-Christoph Borchardt2015-03-263-10/+29
| | | |
| * | | popover style for apps and user dropdown menusJan-Christoph Borchardt2015-03-262-23/+43
| | | |
* | | | Update license headersJenkins for ownCloud2015-03-2635-157/+703
| |/ / |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-264-2/+32
|/ /
* | Merge pull request #15190 from owncloud/hide-update-notification-on-mobileMorris Jobke2015-03-251-0/+5
|\ \ | | | | | | do not show update notification on mobile, fix overlapping of header menus
| * | do not show update notification on mobile, fix overlapping of header menus, ↵Jan-Christoph Borchardt2015-03-251-0/+5
| | | | | | | | | | | | fix #10544
* | | highlight active user menu entryJan-Christoph Borchardt2015-03-251-2/+7
|/ /
* | Merge pull request #14970 from owncloud/sidebar-enhancementsJan-Christoph Borchardt2015-03-251-0/+2
|\ \ | | | | | | sidebar fixes
| * | fix position of 'Deleted files' sidebar entry, fix #10815Jan-Christoph Borchardt2015-03-181-0/+1
| | |
| * | add bottom padding to sidebar, fix last element being hidden below settings, ↵Jan-Christoph Borchardt2015-03-171-0/+1
| | | | | | | | | | | | fix #13264