summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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.
| * | | | Display app names in update page for app updatesVincent Petry2015-08-191-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | Whenever the update page is displayed for apps, show app names instead of the core update text.
* | | | | Merge pull request #18424 from ↵Morris Jobke2015-08-191-10/+35
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | owncloud/filter-objectstore-password-from-config-list Filter the objectstore password from the config list as well
| * | | | Filter the objectstore password from the config list as wellJoas Schilling2015-08-191-10/+35
| | | | |
* | | | | No error code when app already enabled/disabledVincent Petry2015-08-192-2/+0
|/ / / /
* | | | Merge pull request #18384 from owncloud/apps-command-returncodeThomas Müller2015-08-192-0/+4
|\ \ \ \ | | | | | | | | | | Return error code on failure with occ app:enable/disable
| * | | | Return error code on failure with occ app:enable/disableVincent Petry2015-08-182-0/+4
| | |/ / | |/| |
* | | | Merge pull request #18390 from rullzer/fix_setupchecksBernhard Posselt2015-08-182-8/+16
|\ \ \ \ | | | | | | | | | | Move remaining setupchecks to new fomat
| * | | | Move remaining setupchecks to new fomatRoeland Jago Douma2015-08-182-8/+16
| | | | |
* | | | | Merge pull request #14825 from rullzer/avatarcontroller_nodeVincent Petry2015-08-182-8/+19
|\ \ \ \ \ | |/ / / / |/| | | | AvatarController to all OCP functions/Node API
| * | | | Move avatarcontroller towards Node ApiRoeland Jago Douma2015-08-182-8/+19
| |/ / /
* | | | Merge pull request #17975 from owncloud/settings_admin_warning_levelsJan-Christoph Borchardt2015-08-182-42/+151
|\ \ \ \ | |/ / / |/| | | Settings admin warning levels