summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [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.
* | Merge pull request #5477 from ↵Thomas Müller2013-10-233-3/+3
|\ \ | | | | | | | | | | | | owncloud/prevent_user_from_creating_or_renaming_to_an_existing_filename prevent user from creating or renaming sth. to an existing filename
| * | add missing ;Jörn Friedrich Dreyer2013-10-231-1/+1
| | |
| * | fix message dialog titles in IE8Jörn Friedrich Dreyer2013-10-231-1/+1
| | |
| * | prevent user from creating or renaming sth. to an existing filenameJörn Friedrich Dreyer2013-10-221-1/+1
| |/ | | | | | | | | | | | | | | - show tooltip when violating naming constraints while typing - when target filename exists on server fallback to dialog to interrupt the users flow because something unexpected went wrong - fixes #5062 - also fixes some whitespace and codestyle issues in files js - uses css selector over filterAttr in touched js files
* | Merge pull request #5497 from owncloud/ie8-placeholdershimThomas Müller2013-10-234-6/+225
|\ \ | | | | | | Ie8 placeholdershim
| * | Fixed sharing dropdown placeholders in IE8/9Vincent Petry2013-10-232-0/+219
| | | | | | | | | | | | Added jquery.placeholder shim to handle input field placeholders in IE8/9
| * | Renamed current placeholder jquery plugin to imageplaceholderVincent Petry2013-10-232-6/+6
| |/ | | | | | | | | This is to prevent conflicts with jquery libs that handle text placeholders in IE8
* | Merge pull request #5435 from owncloud/share-improvementsThomas Müller2013-10-232-52/+53
|\ \ | |/ |/| Share improvements
| * Fixed share dropdown checkbox wrappingVincent Petry2013-10-232-28/+43
| | | | | | | | | | | | | | The "show cruds" button is now embedded into the last label/checkbox group and wraps with it. Added ellipsis to prevent long names to exceed the dropdown's width.
| * better wording for share input field and share linkJan-Christoph Borchardt2013-10-231-2/+2
| |
| * Added left padding to notCreatable messageVincent Petry2013-10-231-0/+1
| |
| * beautify 'you dont have write permissions' notice, fix #2770Jan-Christoph Borchardt2013-10-201-0/+5
| |
| * shorten string to 'notify by email', cut 'user'Jan-Christoph Borchardt2013-10-201-1/+1
| |
| * remove hover hide/show stuff for share dropdown to make things more obviousJan-Christoph Borchardt2013-10-201-26/+3
| |
| * bold share usernameJan-Christoph Borchardt2013-10-201-0/+1
| |
| * properly align checkboxes to textJan-Christoph Borchardt2013-10-201-0/+1
| |
| * more breathing space in share listJan-Christoph Borchardt2013-10-201-1/+2
| |
* | Merge pull request #5455 from owncloud/fixing-2423-masterThomas Müller2013-10-221-1/+1
|\ \ | | | | | | introduce link_to_docs() and migrate links
| * | introduce link_to_docs() and migrate linksThomas Müller2013-10-211-1/+1
| | |