summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-08-272-2/+2
|
* Merge pull request #18574 from owncloud/update-eventsource-errorsRobin McCorkell2015-08-271-6/+20
|\ | | | | Properly show update exception in web UI
| * Properly show update exceptionVincent Petry2015-08-261-1/+7
| |
| * Properly show token errors in ajax/update.php event sourceVincent Petry2015-08-261-5/+13
| |
* | reduce grey tones in app navigation, bubble menu and scrollbarJan-Christoph Borchardt2015-08-262-24/+19
| |
* | Merge pull request #18573 from owncloud/search-styleJan-Christoph Borchardt2015-08-263-30/+14
|\ \ | | | | | | only show search icon on desktop, like on mobile
| * | only show search icon on desktop, like on mobileJan-Christoph Borchardt2015-08-263-30/+14
| |/
* | Merge pull request #18577 from owncloud/action-detailsMorris Jobke2015-08-263-24/+23
|\ \ | | | | | | file action detail style fixes
| * | fix unit testsMorris Jobke2015-08-261-2/+2
| | |
| * | properly shade file actions and menu items, don't differentiate between ↵Jan-Christoph Borchardt2015-08-261-10/+20
| | | | | | | | | | | | mobile and desktop
| * | fix share icons of shared items being placed off on mobileJan-Christoph Borchardt2015-08-261-2/+2
| | |
| * | remove border around bubble menuJan-Christoph Borchardt2015-08-261-12/+1
| |/
* | Remove languages which are no longer maintained on transifexThomas Müller2015-08-2635-489/+0
| |
* | Merge pull request #18576 from owncloud/update-maintenance-colorJan-Christoph Borchardt2015-08-261-1/+0
|\ \ | | | | | | Make maintenance/update text white
| * | Make maintenance/update text whiteVincent Petry2015-08-261-1/+0
| |/ | | | | | | | | Removing the color makes it default to white as defined in the parent style.
* / [tx-robot] updated from transifexJenkins for ownCloud2015-08-268-2/+368
|/
* Merge pull request #18522 from owncloud/lighter-fontsMorris Jobke2015-08-256-12/+13
|\ | | | | move fonts from Regular+Bold to Light+Semibold for lighter feel
| * move fonts from Regular+Bold to Light+Semibold for lighter feelJan-Christoph Borchardt2015-08-256-12/+13
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-08-25150-444/+3124
| |
* | Merge pull request #18506 from owncloud/round-avatarsJan-Christoph Borchardt2015-08-251-0/+12
|\ \ | | | | | | make profile photos round
| * | make profile photos roundJan-Christoph Borchardt2015-08-251-0/+12
| |/
* | 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
| |
* | Merge pull request #18543 from owncloud/remove-linesJan-Christoph Borchardt2015-08-251-1/+1
|\ \ | | | | | | Remove some lines
| * | replace section line with whitespaceJan-Christoph Borchardt2015-08-251-1/+1
| |/
* | Merge pull request #18552 from owncloud/triangle-iconsJan-Christoph Borchardt2015-08-2510-81/+8
|\ \ | | | | | | adjust style of triangle and caret icons
| * | adjust style of triangle and caret iconsJan-Christoph Borchardt2015-08-2510-81/+8
| |/
* | Merge pull request #18545 from owncloud/button-styleMorris Jobke2015-08-251-1/+1
|\ \ | | | | | | remove border from button style
| * | remove border from button styleJan-Christoph Borchardt2015-08-251-1/+1
| |/
* / 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.
* Merge pull request #18532 from owncloud/fix-regressionMorris Jobke2015-08-241-1/+1
|\ | | | | Fix regression
| * Fix regressionMorris Jobke2015-08-241-1/+1
| | | | | | | | * fixes #18529
* | Merge pull request #18525 from owncloud/app-sidebar-styleMorris Jobke2015-08-241-20/+6
|\ \ | |/ |/| Right sidebar style improvements
| * lighter style for app sidebar, new switcher styleJan-Christoph Borchardt2015-08-241-20/+6
| |
* | Merge pull request #18510 from owncloud/proper-debug-settingMorris Jobke2015-08-241-1/+1
|\ \ | |/ |/| Remove DEBUG constant and use config value
| * 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
* | adjust search box styleJan-Christoph Borchardt2015-08-242-4/+4
|/
* Merge pull request #18491 from owncloud/expire-token-after-12h-or-loginLukas Reschke2015-08-242-8/+26
|\ | | | | Expire token after 12h and if user logged-in again
| * Expire token after 12h and if user logged-in againLukas Reschke2015-08-222-8/+26
| | | | | | | | As an hardening measure we should expire password reset tokens after 12h and if the user has logged-in again successfully after the token was requested.
* | Merge pull request #18498 from owncloud/remove-csrf-check-for-avatarVincent Petry2015-08-242-2/+3
|\ \ | | | | | | Remove requesttoken for avatars
| * | Remove requesttoken for avatarsLukas Reschke2015-08-232-2/+3
| |/ | | | | | | First step for https://github.com/owncloud/core/issues/11915
* | Merge pull request #18254 from owncloud/mitigate-breachMorris Jobke2015-08-241-1/+1
|\ \ | |/ |/| Add mitigation against BREACH
| * Remove search box $_POST since it is unusedLukas Reschke2015-08-141-1/+1
| |
* | Make short versions of weekday/month names translatableHasso Tepper2015-08-213-3/+73
| |
* | fix wording of update headerJan-Christoph Borchardt2015-08-201-2/+2
| |
* | Merge pull request #18369 from owncloud/occ-logMorris Jobke2015-08-203-0/+298
|\ \ | | | | | | occ commands to manage logging
| * | Introduce occ command to manage owncloud log backendRobin McCorkell2015-08-192-0/+125
| | | | | | | | | | | | log:owncloud can set/display the log filename and log file rotation size
| * | Introduce occ command for logging managementRobin McCorkell2015-08-192-0/+173
| | | | | | | | | | | | log:manage can set/display the log backend, log level and log timezone
* | | Merge pull request #17434 from owncloud/update-showappnameonappupdateMorris Jobke2015-08-202-3/+24
|\ \ \ | | | | | | | | Display app names in update page for app updates
| * | | Additions to update pageVincent Petry2015-08-202-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Apps to update and to disable will always be shown. Main title changes only when apps need updated, not core. Added bullet style. Exclude incompatible apps from updated apps list.