aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5628 from owncloud/files-fixsummaryVicDeo2013-10-301-6/+7
|\ | | | | Fixed summary visibility check
| * Fixed summary visibility checkVincent Petry2013-10-301-6/+7
| | | | | | | | | | Now using the integer values to check whether to show the summary parts instead of trying to parse the html code.
* | Prevent closing the create dropdown when right clicking in FirefoxVincent Petry2013-10-301-1/+5
|/ | | | | | | Firefox sends a click event on the document when right clicking which makes pasting with right click into the field impossible. Fixes #5498
* Merge pull request #5616 from owncloud/fixing-l10n-masterVincent Petry2013-10-302-2/+2
|\ | | | | Fixing l10n master
| * avoid usage of brand name 'ownCloud'Thomas Müller2013-10-282-2/+2
| |
* | Added fix to correctly parse non-array error messagesVincent Petry2013-10-291-2/+7
| | | | | | | | Some apps like the antivirus app return messages in a non-array format.
* | [tx-robot] updated from transifexJenkins for ownCloud2013-10-2918-7/+193
|/
* [tx-robot] updated from transifexJenkins for ownCloud2013-10-2748-48/+100
|
* Fix double not in newfile/newfolder language.Andreas Fischer2013-10-272-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-10-2770-501/+251
|
* Merge pull request #5494 from owncloud/fixing-3593-masterThomas Müller2013-10-241-0/+1
|\ | | | | introducing new dav property {xmlns:oc="http://owncloud.org/ns}id
| * introducing new dav property {xmlns:oc="http://owncloud.org/ns}idThomas Müller2013-10-231-0/+1
| |
* | Merge pull request #5477 from ↵Thomas Müller2013-10-237-457/+579
|\ \ | | | | | | | | | | | | 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-234-13/+34
| |\| | | | | | | | | | | | | | | | | | | 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
| | |
| * | 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
| | |
| * | Merge branch 'master' into ↵Thomas Müller2013-10-221-3/+29
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | 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-226-435/+523
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 #5435 from owncloud/share-improvementsThomas Müller2013-10-231-1/+1
|\ \ \ \ | |_|_|/ |/| | | Share improvements
| * | | improve wording of permission noticeJan-Christoph Borchardt2013-10-201-1/+1
| | | |
| * | | beautify 'you dont have write permissions' notice, fix #2770Jan-Christoph Borchardt2013-10-201-1/+1
| | | |
* | | | Merge pull request #5310 from owncloud/hide_filestable-header_when_emptyChristopher Schäpers2013-10-223-10/+24
|\ \ \ \ | | | | | | | | | | Hide files list header, when theres no files to see
| * | | | Fixed empty content logicVincent Petry2013-10-212-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | - Remove obsolete code that used another approach for hiding emptycontent - Fixed logic for the showing of the empty content message
| * | | | Fix mind-boggling emptycontent logickondou2013-10-213-6/+8
| | | | |
| * | | | Fix shared folder still showing fileheaderkondou2013-10-212-3/+3
| | | | |
| * | | | Improve updateEmptyContent logickondou2013-10-201-1/+1
| | | | |
| * | | | Create FileList.updateEmptyContent() and fix not showing emptycontent after ↵kondou2013-10-201-5/+10
| | | | | | | | | | | | | | | | | | | | deletion
| * | | | Hide files list header, when theres no files to seekondou2013-10-123-5/+12
| | | | |
* | | | | Merge pull request #5466 from owncloud/files-thumbnailloadingdelaystyleThomas Müller2013-10-221-2/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | | Fixed ugly white space while loading file thumbnail
| * | | | Fixed ugly white space while loading file thumbnailVincent Petry2013-10-221-2/+10
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Preview images are now pre-loaded before being set on the file element. This fixes #5135 and prevents a white space to be displayed while the thumbnails is being loaded.
* / | | Added FileList.setViewerMode to hide controlsVincent Petry2013-10-221-0/+25
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some files app embed themselves under the controls (like the text editor). The new method FileList.setViewerMode() makes it possible to properly show/hide the control buttons using the correct permissions. Apps using this approach must call setViewerMode(true) when starting and setViewerMode(false) upon closing to restore the controls. This is needed for #5284
* | / Fixed share with link checkbox missing as regular userVincent Petry2013-10-212-0/+3
| |/ |/| | | | | | | | | | | | | | | Instead of loading the app config setting "shareapi_allow_links" using a synchronous ajax call that fails when the user is not an admin, this fix puts the flag directly in the template so it doesn't need to be loaded afterwards. Fixes #5440
* | [tx-robot] updated from transifexJenkins for ownCloud2013-10-192-0/+22
| |
* | give getSelectedFilesTrash() a unique name for the trash.js to avoid ↵Bjoern Schiessle2013-10-181-5/+5
| | | | | | | | confusions with the same function in files.js
* | Fixed sharing status update for new/uploaded filesVincent Petry2013-10-173-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Creating new files, folders or uploading files now have their sharing icon updated accordingly. For this, the global share status list that is cached in OC.Share.statuses is reused for new files. Performance should improve as the sharing list is now only loaded once per navigation session. In OC.Share, split loadIcons into loadIcons + updateIcons. Fixes #4977
* | Merge pull request #5378 from owncloud/files-permissionsafteruploadfixMorris Jobke2013-10-171-2/+7
|\ \ | | | | | | Fixed upload permissions distinction between public and logged in upload
| * | Fixed upload permissions distinction between public and logged in uploadVincent Petry2013-10-171-2/+7
| | | | | | | | | | | | Fixes #5370
* | | Merge pull request #4935 from owncloud/webdav-depth-fix-masterFrank Karlitschek2013-10-171-1/+1
|\ \ \ | |/ / |/| | WebDAV depth infinity support - the dirty way
| * | Contains ownCloud's own implementation of the Sabre_DAV_Server regarding the ↵Thomas Müller2013-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | handling of depth infinity The clean way would have been to submit proper patches to the upstream project and reincorporate the code once released. This will and has to follow!
* | | Merge pull request #5262 from owncloud/files-ie8-conflictdialogbrokenfixMorris Jobke2013-10-161-1/+5
|\ \ \ | | | | | | | | Fixed conflict dialog in IE8
| * | | Fixed conflict dialog in IE8Vincent Petry2013-10-101-1/+5
| | | | | | | | | | | | | | | | | | | | - Fixed JS error that prevent the conflict dialog to open #5060 - Fixed JS error that prevented the overwrite case to run
* | | | Merge pull request #5353 from owncloud/files-dndtodirbrokenMorris Jobke2013-10-161-14/+22
|\ \ \ \ | | | | | | | | | | Fixed drag and drop to subfolder and breadcrumb
| * | | | Fixed drag and drop upload to breadcrumbVincent Petry2013-10-151-26/+22
| | | | |
| * | | | Fixed drag and drop onto foldersVincent Petry2013-10-151-5/+17
| | | | | | | | | | | | | | | | | | | | Fixes #5351