summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5402 from owncloud/fixing-5367-masterThomas Müller2013-10-242-1/+11
|\ | | | | fixes chunked upload
| * fixes #5367Thomas Müller2013-10-172-1/+11
| |
* | Merge pull request #5496 from owncloud/prefer_png_from_theme_over_core_svgThomas Müller2013-10-231-0/+18
|\ \ | | | | | | prefer logo png from theme over svg from core
| * | prefer logo png from theme over svg from coreJörn Friedrich Dreyer2013-10-231-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | The logo images are specified in the php templates with eg `image_path('', 'logo-wide.svg')`. If that file exists the correct path will be served to the client in the html template. Then the `SVGSupport()` is checked in https://github.com/owncloud/core/blob/master/core/js/js.js#L701 which will replace `svg` with `png` in img tags and css background definitions. fixes #5074 partially solves #5421, but not when an svg has been specified in css and is then 'fixed' by js to point to a png which does not exist in the theme but is then might be resolved to an image from core .... well theoretical problem ... might not even be a problem @karlitschek @jancborchardt please review
* | | Merge pull request #5477 from ↵Thomas Müller2013-10-2310-460/+582
|\ \ \ | | | | | | | | | | | | | | | | owncloud/prevent_user_from_creating_or_renaming_to_an_existing_filename prevent user from creating or renaming sth. to an existing filename
| * | | fix translationsJörn Friedrich Dreyer2013-10-232-10/+10
| | | |
| * | | Merge branch 'master' into ↵Jörn Friedrich Dreyer2013-10-2327-33/+111
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent_user_from_creating_or_renaming_to_an_existing_filename Conflicts: apps/files/js/filelist.js
| * | | | use a more descriptive error message when the user tries to create '/Shared'Jörn Friedrich Dreyer2013-10-232-3/+3
| | | | |
| * | | | cleanup array value assignmentJörn Friedrich Dreyer2013-10-231-8/+4
| | | | |
| * | | | add missing ;Jörn Friedrich Dreyer2013-10-231-1/+1
| | | | |
| * | | | cleanup precondition checking when creating new files / foldersJörn Friedrich Dreyer2013-10-232-19/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use i18n - use trim when checking for empty file / folder name - use more verbose error descriptions
| * | | | use correct filename in error result jsonJörn Friedrich Dreyer2013-10-231-1/+1
| | | | |
| * | | | fix message dialog titles in IE8Jörn Friedrich Dreyer2013-10-231-1/+1
| | | | |
| * | | | Merge branch 'master' into ↵Thomas Müller2013-10-223-3/+48
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent_user_from_creating_or_renaming_to_an_existing_filename Conflicts: apps/files/js/filelist.js
| * | | | | fixing js syntax errorThomas Müller2013-10-221-2/+2
| | | | | |
| * | | | | fixing undefined variable $newnameThomas Müller2013-10-221-1/+1
| | | | | |
| * | | | | adding PHPDoc commentsThomas Müller2013-10-221-0/+7
| | | | | |
| * | | | | prevent user from creating or renaming sth. to an existing filenameJörn Friedrich Dreyer2013-10-227-436/+524
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-235-6/+226
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ie8 placeholdershim
| * | | | | | Fixed sharing dropdown placeholders in IE8/9Vincent Petry2013-10-233-0/+220
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #5464 from owncloud/fixing-5456-masterThomas Müller2013-10-234-3/+59
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixing 5456 master
| * | | | | | | test cases added for create/remove Shared folder and fileThomas Müller2013-10-222-0/+41
| | | | | | | |
| * | | | | | | creating and deleting of file and folder 'Shared' in root is not allowedThomas Müller2013-10-222-3/+18
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #5492 from owncloud/admin-forcesslwrongidThomas Müller2013-10-231-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixed wrong id when reading checkbox value for force SSL setting
| * | | | | | | Fixed wrong id when reading checkbox value for force SSL settingVincent Petry2013-10-231-1/+1
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Fixes #5488
* | | | | | | Merge pull request #5435 from owncloud/share-improvementsThomas Müller2013-10-233-53/+54
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | 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
| | | | | | | |
| * | | | | | | improve wording of permission noticeJan-Christoph Borchardt2013-10-201-1/+1
| | | | | | | |
| * | | | | | | beautify 'you dont have write permissions' notice, fix #2770Jan-Christoph Borchardt2013-10-202-1/+6
| | | | | | | |
| * | | | | | | 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
| | | | | | | |
* | | | | | | | beta 1Frank Karlitschek2013-10-231-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #5442 from owncloud/extstorage-ignoreduplicateinsertsThomas Müller2013-10-232-14/+38
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | Ignore duplicate inserts in file cache and mime type
| * | | | | | | Catch duplicate insertion errors while scanning filesVincent Petry2013-10-232-14/+38
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When two scanning processed run at the same time, for example when scan.php and list.php were called at the same time on an external storage mountpoint, duplicate insertion errors can occurs. These errors are now logged and ignored. Since both scans are running in parallel transactions, they don't see each other's changes directly in the DB which can cause duplicate insertion errors for mime types as well, but those mime types can't be selected yet. The solution to this is to force-reload the mimetypes list after the transaction is finished. Fixes #5199
* | | | | | | run first getUsersItemShared() with the ownerBjoern Schiessle2013-10-231-1/+1
| | | | | | |
* | | | | | | update etags for user we haven't checked yetBjoern Schiessle2013-10-231-1/+1
| | | | | | |
* | | | | | | keep a list of users we already checked to avoid loopsBjoern Schiessle2013-10-231-3/+3
| | | | | | |
* | | | | | | fix infinite loop while updating etags, fix for #4365Bjoern Schiessle2013-10-231-2/+4
| | | | | | |
* | | | | | | Merge branch 'master' of github.com:owncloud/coreBjoern Schiessle2013-10-232-1/+35
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge pull request #5478 from owncloud/core-logexceptionstacktraceThomas Müller2013-10-232-1/+35
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Expand exception stack trace in log in debug mode
| | * | | | | | Added $app parameter to logExceptionVincent Petry2013-10-232-5/+5
| | | | | | | |
| | * | | | | | Moved logException to OCP\Util classVincent Petry2013-10-232-29/+34
| | | | | | | |
| | * | | | | | Expand exception stack trace in log in debug modeVincent Petry2013-10-221-1/+30
| | | | | | | |
* | | | | | | | files_encryption: Fix getFileSize()Markus Goetz2013-10-232-3/+38
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For certain file sizes, we rounded to the wrong chunk number and the returned bogus results. This should fix https://github.com/owncloud/mirall/issues/1009 Conflicts: apps/files_encryption/tests/util.php