summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* No decimal points for Kilobyte and Byte #5371.Simon Könnecke2013-11-251-1/+4
|
* 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
| | | |
| * | | Fixing the Lost Password ScreenJulian Müller2013-10-292-5/+34
| | |/ | |/|
* | | Merge pull request #5396 from owncloud/fix-sharing-codeMorris Jobke2013-10-292-10/+25
|\ \ \ | | | | | | | | Fix sharing error message - id -> file name
| * | | also add new parameter to function callsMorris Jobke2013-10-291-4/+4
| | | |
| * | | pass the name of the item source from the browser to the server - no need to ↵Thomas Müller2013-10-232-6/+21
| | | | | | | | | | | | | | | | get the data via complicated db queries
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-10-2913-13/+134
| |/ / |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-10-275-5/+46
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-10-2765-212/+158
| | |
* | | Fix broken users page when a username consists of digits only, fixes #5560Arthur Schiwon2013-10-251-1/+1
| |/ |/|
* | Merge pull request #5528 from frisco82/changeUpadateNotificationThomas Müller2013-10-243-0/+13
|\ \ | | | | | | Changed update message to be more instructive
| * | Changed update message to be more instructive, changed update style to be ↵Ramiro Aparicio2013-10-243-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | less aggresive Fix br tags Improve english messages
* | | Fix leftcontent/right content, fixes tasks appVincent Petry2013-10-241-2/+6
|/ / | | | | | | | | Tasks app layout was broken since the controls bar is higher now. This change should hopefully fix other apps using the same layout.