summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* add function to extract filename from sharekey name + testsBjoern Schiessle2014-02-032-1/+37
|
* added tests for the delete hooks if the trash bin is disabledBjoern Schiessle2014-02-013-65/+300
|
* don't expect OC_FilesystemView, this is depreciatedBjoern Schiessle2014-01-311-1/+1
|
* better error detection and don't use glob()Bjoern Schiessle2014-01-311-12/+27
|
* move unlink proxy to a hook which handles pre and post conditionsBjoern Schiessle2014-01-313-41/+66
|
* Merge pull request #7017 from owncloud/trashpreviewGeorg Ehrke2014-01-311-2/+12
|\ | | | | Fixed image preview in trashbin subdirs
| * Fixed image preview in trashbin subdirsVincent Petry2014-01-301-2/+12
| |
* | Makes Rename Icon Width 44px for touch sourfaces.raghunayyar2014-01-311-0/+5
| |
* | Updated unit tests for rename actionVincent Petry2014-01-301-1/+12
| | | | | | | | | | | | - rename action is now checked inside of ".nametext" element - added test to ensure that display() correctly resets all actions including the rename one
* | Rename action now appears as pencil iconraghunayyar2014-01-303-5/+18
|/
* Merge pull request #6777 from owncloud/mobile-styleJan-Christoph Borchardt2014-01-299-141/+123
|\ | | | | Mobile style for public links: files, folders, picture sets
| * make header scroll up for single shares, more view of content on small screensJan-Christoph Borchardt2014-01-291-0/+4
| |
| * - adding class to header div: share-folder or share-fileThomas Müller2014-01-291-2/+3
| | | | | | | | - for supported previews are shown with a size of 500px; icons with a size of 128px
| * adjust file type icon placement for when no preview can be generatedJan-Christoph Borchardt2014-01-293-1/+10
| |
| * permanently show download action on mobile, only iconJan-Christoph Borchardt2014-01-292-8/+19
| |
| * fix horizontal scrollbar appearing when footer is too long, footer wraps nowJan-Christoph Borchardt2014-01-291-2/+1
| |
| * merge master into mobile-styleJan-Christoph Borchardt2014-01-2951-4888/+10106
| |\
| * | fix multiselect bar being too short on big displaysJan-Christoph Borchardt2014-01-241-1/+2
| | |
| * | Instead of 'No preview available for ...' we simple display the mieme-type iconThomas Müller2014-01-232-20/+9
| | |
| * | remove background and width from multiselect bar, fix Download button not ↵Jan-Christoph Borchardt2014-01-232-4/+2
| | | | | | | | | | | | showing on mobile
| * | fix conflicts and add missing closing tagMorris Jobke2014-01-232-9/+1
| | |
| * | focus link text only on click in the input field - closes #6817Thomas Müller2014-01-231-1/+4
| | |
| * | Merge branch 'master' into mobile-styleThomas Müller2014-01-2348-317/+534
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/js/files.js apps/files_sharing/css/public.css apps/files_sharing/js/public.js apps/files_sharing/templates/public.php
| * | | remove unused variableThomas Müller2014-01-201-1/+0
| | | |
| * | | fix input element closing tagMorris Jobke2014-01-171-2/+2
| | | |
| * | | make sure there's enough room for the file actionsJan-Christoph Borchardt2014-01-171-0/+8
| | | |
| * | | on mobile, show single shared image at full width without marginJan-Christoph Borchardt2014-01-162-3/+12
| | | |
| * | | show publicly shared image on full width, without marginJan-Christoph Borchardt2014-01-161-5/+3
| | | |
| * | | fix public share download button widthJan-Christoph Borchardt2014-01-162-4/+11
| | | |
| * | | tweak color and position of username in public shareJan-Christoph Borchardt2014-01-151-9/+8
| | | |
| * | | improvements to public files mobile viewJan-Christoph Borchardt2014-01-152-6/+11
| | | |
| * | | add download button on single file share pageThomas Müller2014-01-151-4/+10
| | | |
| * | | remove unused js code and css rulesThomas Müller2014-01-152-60/+0
| | | |
| * | | no new menu on public uploadThomas Müller2014-01-151-0/+2
| | | |
| * | | fixing preview generationThomas Müller2014-01-151-1/+1
| | | |
| * | | reuse file upload as used within files app - remove public upload buttonThomas Müller2014-01-153-55/+10
| | | |
| * | | remove min-width rule to fix mobile viewsJan-Christoph Borchardt2014-01-141-3/+0
| | | |
| * | | first mobile style rules, hide extra columns in files view and scroll headerJan-Christoph Borchardt2014-01-142-0/+19
| | | |
* | | | Merge pull request #6900 from owncloud/files-errormessagewhentargetfoldermissingMorris Jobke2014-01-296-4/+83
|\ \ \ \ | | | | | | | | | | Added error message for when target folder was removed
| * | | | Added error message for when target folder was removedVincent Petry2014-01-296-4/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whent trying to upload/rename/create files in a folder that was removed or rename, the correct error message is now shown. In the case of upload of multiple files, the upload is cancelled. This situation can happen if the target folder was renamed or removed from another browser window or client.
* | | | | Merge pull request #6987 from owncloud/share_api_and_encryptionBjörn Schießle2014-01-291-10/+4
|\ \ \ \ \ | |/ / / / |/| | | | [ocs share api] public upload is also possible with encryption enabled, since OC6
| * | | | public upload is also possible with encryption enabled, since OC6Bjoern Schiessle2014-01-281-10/+4
| | | | |
* | | | | Fix warnings in logs when renaming over the web UIVincent Petry2014-01-291-2/+5
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | The determineIcon() method was expecting attributes to be set which caused warnings about undefined indices in the error log. This fix pre-initializes the array with 'directory' and 'isPreviewAvailable' to make them disappear.
* | | | Merge pull request #6929 from owncloud/sharing-fixfiledownloadlinkMorris Jobke2014-01-295-15/+100
|\ \ \ \ | |/ / / |/| | | Sharing fixfiledownloadlink
| * | | Fixed download URL in public pageVincent Petry2014-01-245-10/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Refactored download URL building to make it overridable - Added download URL override in public page - Added JS unit tests for download URL - Added OC.redirect() method to facilitate unit testing
| * | | Fixed filelist unit tests hidden paramsVincent Petry2014-01-241-5/+8
| | | | | | | | | | | | | | | | Also added dummy table
* | | | use more accurate error codesBjoern Schiessle2014-01-281-5/+5
| | | |
* | | | Merge pull request #6965 from owncloud/unused-free-spaceVicDeo2014-01-271-2/+0
|\ \ \ \ | | | | | | | | | | Remove unused $freeSpace
| * | | | Remove unused $freeSpaceRobin Appelman2014-01-271-2/+0
| | | | |
* | | | | Merge pull request #6907 from owncloud/webdav-logexceptionsThomas Müller2014-01-271-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | Added exception logger plugin for sabre connector