| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for unshare from self, with a bunch of temporary fixes to overcome co... | Michael Gapczynski | 2012-09-07 | 2 | -2/+12 |
* | Don't pass content for a new text file from UI, fixes bug oc-1660 | Michael Gapczynski | 2012-09-06 | 1 | -1/+1 |
* | Don't delete the file anymore to replace it in the UI, just overwrite it | Michael Gapczynski | 2012-09-05 | 1 | -16/+11 |
* | Add permissions to new files/folders, bug fix for oc-1649 | Michael Gapczynski | 2012-09-05 | 1 | -2/+2 |
* | Add missing ; to js code | Bart Visscher | 2012-09-05 | 2 | -5/+5 |
* | Implement support for replacing files during upload with the actions: replace... | Michael Gapczynski | 2012-09-05 | 2 | -44/+107 |
* | Fix some jslint warnings | Bart Visscher | 2012-09-04 | 2 | -7/+7 |
* | use OC.PERMISSION_X to filter selected drag'n'drop elements | Jörn Friedrich Dreyer | 2012-08-31 | 1 | -5/+10 |
* | unify permissions (3/3): remove old PERMISSION_X from FileActions & OC.Share | Jörn Friedrich Dreyer | 2012-08-31 | 1 | -5/+0 |
* | unify permissions (2/3): change apps to use OC::PERMISSION_X | Jörn Friedrich Dreyer | 2012-08-31 | 1 | -4/+4 |
* | oc-1548: prevent user from leaving the page while a file upload is in progress | Thomas Mueller | 2012-08-31 | 1 | -0/+15 |
* | use permissions to quickfix drag selections | Jörn Friedrich Dreyer | 2012-08-31 | 1 | -2/+5 |
* | Whitespace fixes in apps | Bart Visscher | 2012-08-29 | 1 | -3/+3 |
* | Temporary fix to prevent rename action in root of Shared directory | Michael Gapczynski | 2012-08-24 | 1 | -0/+4 |
* | Moves the lastAction=null outside the if so it can include the undo requests ... | Juan Carlos Cornejo | 2012-08-22 | 1 | -1/+1 |
* | Fixes a bug where if one tries to delete a file, then clicks undo, and then t... | Juan Carlos Cornejo | 2012-08-22 | 1 | -0/+1 |
* | Fix deletion for browser that do not support onBeforeUnload, fixes oc-1534. | Arthur Schiwon | 2012-08-20 | 1 | -17/+24 |
* | Check if New and Upload buttons exist before adding their width to the total ... | Michael Gapczynski | 2012-08-06 | 1 | -1/+5 |
* | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-06 | 1 | -0/+59 |
|\ |
|
| * | Fix condition checking for resizing breadcrumbs | Michael Gapczynski | 2012-08-04 | 1 | -1/+1 |
| * | Dynamically resize breadcrumbs, fix for bug oc-468 | Michael Gapczynski | 2012-08-04 | 1 | -0/+59 |
* | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-31 | 2 | -22/+106 |
|\| |
|
| * | Add notifications and undo support for replacing files when renaming | Michael Gapczynski | 2012-07-30 | 1 | -19/+103 |
| * | Tweak appearance of undo delete notification | Michael Gapczynski | 2012-07-29 | 1 | -3/+2 |
| * | Remove delete tipsy if file is deleted, fixes bug oc-958 | Michael Gapczynski | 2012-07-27 | 1 | -0/+1 |
* | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-25 | 1 | -17/+21 |
|\| |
|
| * | progressbar for New->From Url | Robin Appelman | 2012-07-22 | 1 | -16/+20 |
* | | Make file actions permissions aware | Michael Gapczynski | 2012-07-25 | 2 | -23/+36 |
* | | Alert user of errors when creating new files or folders | Michael Gapczynski | 2012-07-23 | 1 | -12/+20 |
|/ |
|
* | Sanitizing file names | Lukas Reschke | 2012-07-11 | 1 | -1/+1 |
* | - when creating a new text file or directory which name already exist use the... | Bjoern Schiessle | 2012-06-29 | 1 | -3/+10 |
* | Files: Double encode download links. Fix for oc-1016. | Thomas Tanghus | 2012-06-15 | 1 | -1/+1 |
* | Label the delete operation "unshare" for files in the "Shared" folder to reduce | Bjoern Schiessle | 2012-06-12 | 1 | -1/+5 |
* | block slashes only for new files and new folders but not for file upload from... | Bjoern Schiessle | 2012-06-12 | 1 | -1/+1 |
* | committed patch (bug #967) to add missing translations for file actions | Bjoern Schiessle | 2012-06-12 | 1 | -2/+2 |
* | prevent creating files with a / the name | Robin Appelman | 2012-06-06 | 1 | -0/+5 |
* | Don't allow user to delete, rename and re-share the "Shared" directory | Bjoern Schiessle | 2012-06-04 | 2 | -3/+5 |
* | linkTo instead of hard links in Files and Files_Archive. Hope that makes sense. | Arthur Schiwon | 2012-05-31 | 2 | -3/+3 |
* | Add translation for error message | Brice Maron | 2012-05-24 | 1 | -1/+1 |
* | Add error message when uploading folder or null files. ref oc-739 | Brice Maron | 2012-05-24 | 1 | -0/+5 |
* | Add pending line in file list before trying to upload. Correct indentation | Brice Maron | 2012-05-24 | 1 | -111/+110 |
* | Make only writable files draggable | Michael Gapczynski | 2012-05-14 | 1 | -1/+1 |
* | Use a clean uri param constructor to get files | Brice Maron | 2012-05-09 | 1 | -1/+1 |
* | Correct file move by dropping on folder | Brice Maron | 2012-05-08 | 1 | -7/+7 |
* | fix file deletion | Robin Appelman | 2012-04-29 | 1 | -2/+2 |
* | move files to the correct place | Georg Ehrke | 2012-04-26 | 2 | -0/+1031 |
* | fix merge conflicts | Georg Ehrke | 2012-04-26 | 3 | -67/+235 |
* | fix security check for the path of the requested file | Georg Ehrke | 2012-04-26 | 2 | -2/+2 |
* | fix downloading of files in files app | Georg Ehrke | 2012-04-26 | 2 | -4/+4 |
* | fix path in /apps/files/js/timezone.php | Georg Ehrke | 2012-04-23 | 1 | -1/+1 |