summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8700 from owncloud/design-smallfixesLukas Reschke2014-05-292-7/+24
|\
| * fix height of select boxes for OS XJan-Christoph Borchardt2014-05-231-0/+5
| * use user-select: none; on header, navigation and user menuJan-Christoph Borchardt2014-05-231-4/+10
| * darken scrollbar to distinguish from selected sidebar itemsJan-Christoph Borchardt2014-05-231-3/+9
* | Merge pull request #8727 from owncloud/upgrade-overviewLukas Reschke2014-05-296-30/+136
|\ \
| * | Fixed DOM elements, styling and code style issuesVincent Petry2014-05-283-27/+24
| * | Fixed styles in update overview pageVincent Petry2014-05-272-9/+19
| * | Now showing disabled apps as upgrade status lineVincent Petry2014-05-273-2/+13
| * | Added update overview pageVincent Petry2014-05-273-30/+118
* | | Remove deprecated functionsLukas Reschke2014-05-291-33/+0
* | | Merge pull request #8554 from owncloud/add_resetadminpass_commandAndreas Fischer2014-05-292-0/+80
|\ \ \
| * \ \ Merge remote-tracking branch 'owncloud/master' into add_resetadminpass_commandAndreas Fischer2014-05-28105-279/+1279
| |\ \ \
| * | | | Move resetpassword into user: command space.Andreas Fischer2014-05-282-3/+3
| * | | | Document type of user project.Andreas Fischer2014-05-281-0/+1
| * | | | Receive \OC\User\Manager as a constructor dependency.Andreas Fischer2014-05-282-3/+11
| * | | | Use userManager, color output, return 1 on errorkondou2014-05-241-8/+17
| * | | | Add doc, check return-value, fix spacing, require interactivekondou2014-05-131-6/+15
| * | | | Back to the futureLukas Reschke2014-05-121-1/+1
| * | | | Make ResetAdminPass to ResetPasswordkondou2014-05-123-37/+53
| * | | | Add a resetadminpass command to console - fix #8248kondou2014-05-122-0/+37
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-291-16/+20
* | | | | Merge pull request #8748 from owncloud/cli_maintenance_modeAndreas Fischer2014-05-292-0/+62
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Use OC\Config instead of OC_Configscolebrook2014-05-282-6/+15
| * | | | Changed class name to modescolebrook2014-05-282-3/+3
| * | | | Add ability to enable/disable maintenance mode from cli.scolebrook2014-05-272-0/+53
| | |/ / | |/| |
* | | | Merge pull request #8681 from owncloud/logintimestampLukas Reschke2014-05-282-0/+48
|\ \ \ \
| * | | | print time in 24h formatArthur Schiwon2014-05-231-1/+1
| * | | | save a whitespaceArthur Schiwon2014-05-231-2/+2
| * | | | add cli command to check a users last loginArthur Schiwon2014-05-232-0/+48
* | | | | Merge pull request #8750 from owncloud/l10n-add-title-propertyVolkan Gezer2014-05-281-2/+2
|\ \ \ \ \
| * | | | | add title property to share dialogVolkan Gezer2014-05-271-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #8732 from owncloud/fix-warning-textJan-Christoph Borchardt2014-05-282-9/+4
|\ \ \ \ \
| * | | | | fix warning text and marginVolkan Gezer2014-05-272-9/+4
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-282-1/+22
| |/ / / / |/| | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-271-0/+1
|/ / / /
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-263-0/+9
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-251-0/+3
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-242-0/+6
* | | | remove noise texture from interface (not necessary, and blurry on high-res)Jan-Christoph Borchardt2014-05-233-14/+9
| |_|/ |/| |
* | | Merge pull request #8599 from owncloud/sharing_disable_for_groupsBjörn Schießle2014-05-221-0/+1
|\ \ \
| * | | allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-0/+1
| |/ /
* | | Fix for #8654Remco Brenninkmeijer2014-05-221-3/+3
* | | Merge pull request #8634 from owncloud/handle-excpetions-in-console-masterThomas Müller2014-05-221-1/+1
|\ \ \ | |/ / |/| |
| * | fix description of console command maintenance:repair - fixes #8574Thomas Müller2014-05-191-1/+1
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-206-2/+31
* | | Merge pull request #6457 from owncloud/db-convert-toolFrank Karlitschek2014-05-192-0/+296
|\ \ \ | |/ / |/| |
| * | Add message about unsupported Microsoft SQL Server.Andreas Fischer2014-05-091-0/+5
| * | Store normalised DBMS type in $type.Andreas Fischer2014-05-091-2/+2
| * | Pass Connection instead of AbstractSchemaManager to clearSchema().Andreas Fischer2014-04-151-8/+5
| * | Use exceptions for in input validation.Andreas Fischer2014-04-151-12/+9