Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use css to show/hide fileactions | Robin Appelman | 2012-10-28 | 1 | -8/+0 |
| | |||||
* | Merge pull request #39 from scambra/date-l10n-fixes | Thomas Müller | 2012-10-18 | 1 | -5/+4 |
|\ | | | | | Date l10n fixes | ||||
| * | Translate modification date when file is created/uploaded, use same strings ↵ | scambra | 2012-10-16 | 1 | -5/+4 |
| | | | | | | | | as lib/template.php | ||||
* | | use interpolation for some translations in js | scambra | 2012-10-16 | 1 | -8/+8 |
|/ | |||||
* | Whitespace cleanup | Bart Visscher | 2012-10-14 | 1 | -1/+1 |
| | |||||
* | fix blocking drag & drop upload of folders | Robin Appelman | 2012-10-12 | 1 | -2/+2 |
| | |||||
* | add data-id directly after upload/creation to the file list (bugfix for #1917) | Björn Schießle | 2012-10-08 | 1 | -2/+6 |
| | |||||
* | add ID to upload form and check if ID exist to avoid loading invalid ↵ | Björn Schießle | 2012-10-08 | 1 | -2/+3 |
| | | | | javascript code for read-only views. | ||||
* | Revert part of 5beca59b, fixes file upload bug oc-1926 | Michael Gapczynski | 2012-10-07 | 1 | -4/+1 |
| | |||||
* | enable user to download selected files from publically shared directory | Björn Schießle | 2012-10-05 | 1 | -1/+6 |
| | |||||
* | check if element really exists before calling it. (e.g. for public shared ↵ | Björn Schießle | 2012-10-05 | 1 | -2/+8 |
| | | | | files view, elements like "navigation" doesn't exist) | ||||
* | fix sharing for newly uploaded or created files | Robin Appelman | 2012-09-26 | 1 | -4/+5 |
| | |||||
* | Merge pull request #13 from scambra/safari-fixes | icewind1991 | 2012-09-20 | 1 | -1/+2 |
|\ | | | | | fix js success callback on safari when uploading files | ||||
| * | fix js success callback on safari when uploading files | scambra | 2012-09-20 | 1 | -1/+2 |
| | | |||||
* | | add generated unique file name to the uploadingFiles list instead of the ↵ | Björn Schießle | 2012-09-19 | 1 | -1/+1 |
|/ | | | | original name | ||||
* | Enhanced space handling - thx fmms | Thomas Müller | 2012-09-17 | 1 | -4/+4 |
| | |||||
* | Adding a few more string to translation | Thomas Müller | 2012-09-17 | 1 | -6/+6 |
| | |||||
* | show the size of new files when using New->From Url | Robin Appelman | 2012-09-16 | 1 | -2/+4 |
| | |||||
* | Don't pass content for a new text file from UI, fixes bug oc-1660 | Michael Gapczynski | 2012-09-06 | 1 | -1/+1 |
| | |||||
* | Add missing ; to js code | Bart Visscher | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | Implement support for replacing files during upload with the actions: ↵ | Michael Gapczynski | 2012-09-05 | 1 | -7/+27 |
| | | | | replace, suggest name, and cancel | ||||
* | use OC.PERMISSION_X to filter selected drag'n'drop elements | Jörn Friedrich Dreyer | 2012-08-31 | 1 | -5/+10 |
| | |||||
* | 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 |
| | |||||
* | Check if New and Upload buttons exist before adding their width to the total ↵ | Michael Gapczynski | 2012-08-06 | 1 | -1/+5 |
| | | | | breadcrumbs width | ||||
* | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-06 | 1 | -0/+59 |
|\ | | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/contacts/templates/part.chooseaddressbook.rowfields.php | ||||
| * | 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-25 | 1 | -17/+21 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: apps/calendar/js/loader.js apps/contacts/index.php apps/contacts/js/loader.js apps/files/js/files.js apps/files_sharing/sharedstorage.php lib/filesystemview.php | ||||
| * | progressbar for New->From Url | Robin Appelman | 2012-07-22 | 1 | -16/+20 |
| | | |||||
* | | Make file actions permissions aware | Michael Gapczynski | 2012-07-25 | 1 | -2/+3 |
| | | |||||
* | | Alert user of errors when creating new files or folders | Michael Gapczynski | 2012-07-23 | 1 | -12/+20 |
|/ | |||||
* | - when creating a new text file or directory which name already exist use ↵ | Bjoern Schiessle | 2012-06-29 | 1 | -3/+10 |
| | | | | | | the same pattern as for file uploads in such a case (add a (N) to the name) - don't allow renaming if a file/directory with the name already exists | ||||
* | block slashes only for new files and new folders but not for file upload ↵ | Bjoern Schiessle | 2012-06-12 | 1 | -1/+1 |
| | | | | from url (bug #964) | ||||
* | 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 | 1 | -1/+1 |
| | |||||
* | 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 merge conflicts | Georg Ehrke | 2012-04-26 | 1 | -66/+220 |
| | |||||
* | fix security check for the path of the requested file | Georg Ehrke | 2012-04-26 | 1 | -1/+1 |
| | |||||
* | fix downloading of files in files app | Georg Ehrke | 2012-04-26 | 1 | -3/+3 |
| | |||||
* | move files to app folder | Georg Ehrke | 2012-04-18 | 1 | -0/+591 |