summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-267-8/+31
|
* Translate reload message after updateMorris Jobke2013-11-261-1/+1
| | | | fixes #6064
* Add a (currently) empty system for running common repair stepsRobin Appelman2013-11-262-0/+42
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-2626-74/+76
|
* merge master into single-user-modeRobin Appelman2013-11-255-1/+127
|\
| * Merge pull request #6038 from owncloud/occ-app-enableicewind19912013-11-254-0/+126
| |\ | | | | | | add occ commands for enabling and disabling apps
| | * Add occ command to list all appsRobin Appelman2013-11-252-0/+48
| | |
| | * rename app_id to app-idRobin Appelman2013-11-252-4/+4
| | |
| | * add occ commands for enabling and disabling appsRobin Appelman2013-11-253-0/+78
| | |
| * | Fix navbar issueMorris Jobke2013-11-251-1/+1
| |/ | | | | | | fixes #6024
* | Add template for single user mode messageRobin Appelman2013-11-251-0/+10
| |
* | Add occ command to enable and disable single user modeRobin Appelman2013-11-252-0/+52
|/
* Merge pull request #5998 from owncloud/navigation-fixThomas Müller2013-11-241-5/+6
|\ | | | | Doesn't Cut the top arrow from navigation
| * fix navigation scrollbarMorris Jobke2013-11-221-5/+6
| |
| * Doesn't Cut the top arrow from navigationraghunayyar2013-11-221-3/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-11-247-2/+18
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-11-215-0/+7
|/
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-2126-77/+71
|
* unify translation string - less work for the translatorsThomas Müller2013-11-212-2/+4
|
* Merge pull request #5926 from owncloud/less-boldFrank Karlitschek2013-11-191-2/+0
|\ | | | | remove bold from legend, table header, label - less obtrusive
| * remove bold from legend, table header, label - less obtrusiveJan-Christoph Borchardt2013-11-181-2/+0
| |
* | adjust input CSS to multiline, coding guidelinesJan-Christoph Borchardt2013-11-181-6/+29
| |
* | fix input type time fields, have them use the default stylesJan-Christoph Borchardt2013-11-181-3/+10
|/
* Check which permissions are possible to re-share a fileBjoern Schiessle2013-11-181-1/+16
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-154-23/+44
|
* Added min-height in case of empty multi-selectVincent Petry2013-11-141-0/+1
|
* Fixed multiselect to not set the button's height on itself after selectVincent Petry2013-11-141-2/+0
| | | | Fixes #5841
* new line for css ruleMorris Jobke2013-11-121-1/+2
|
* Disabled textareas should look like they are disabledArthur Schiwon2013-11-111-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-091-0/+9
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-062-9/+9
|
* Merge pull request #5582 from owncloud/files-previewcachingThomas Müller2013-11-051-3/+3
|\ | | | | Append file etag to preview URLs
| * Append file etag to preview URLsVincent Petry2013-10-281-3/+3
| | | | | | | | Fixes #5534
* | [tx-robot] updated from transifexJenkins for ownCloud2013-11-032-2/+55
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-11-0326-8/+78
| |
* | Merge pull request #5531 from owncloud/upgrade-form-occAndreas Fischer2013-10-312-0/+90
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `occ upgrade` command. * owncloud/upgrade-form-occ: Add some color to the occ upgrade output. Use "else if" to remove one level of indentation. Missed one write()->writeln(). Fixed. Use writeln() instead of write() Use the OutputInterface for output and return error codes. Move all upgrade routines into the command-line tool. Add `occ upgrade` command.
| * | Add some color to the occ upgrade output.Andreas Fischer2013-10-281-11/+11
| | |
| * | Use "else if" to remove one level of indentation.Andreas Fischer2013-10-281-13/+11
| | |
| * | Missed one write()->writeln(). Fixed.ringmaster2013-10-281-1/+1
| | |
| * | Use writeln() instead of write()ringmaster2013-10-281-11/+11
| | |
| * | Use the OutputInterface for output and return error codes.ringmaster2013-10-281-21/+30
| | |
| * | Move all upgrade routines into the command-line tool.ringmaster2013-10-281-1/+55
| | |
| * | Add `occ upgrade` command.ringmaster2013-10-242-0/+29
| | |
* | | Fixed input field and tipsy positioning in singleselectVincent Petry2013-10-311-4/+3
| | | | | | | | | | | | | | | | | | If the user scrolls or the window is resized, the formerly cached offset was wrong. This fix makes sure the offset is re-read before showing the input field.
* | | Improve quota input fieldVincent Petry2013-10-301-1/+14
| | | | | | | | | | | | | | | | | | - Added tooltip with examples - The quota value returned by the server is now displayed after update - Fixes #5346
* | | allow to share a file/folder as public link also if one of it parents was ↵Bjoern Schiessle2013-10-301-2/+4
| | | | | | | | | | | | already shared as link
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-10-3061-61/+1
| | |
* | | Merge pull request #5592 from owncloud/lost_password_screenThomas Müller2013-10-292-5/+44
|\ \ \ | | | | | | | | Fixing lost password-screen
| * | | fix lost password screen - reuse available CSS rulesMorris Jobke2013-10-292-10/+20
| | | |
| * | | Fixing the lost Password ScreenJulian Müller2013-10-291-1/+1
| | | |