| Commit message (Expand) | Author | Age | Files | Lines |
* | remove unneeded line | Robin Appelman | 2012-12-13 | 1 | -1/+0 |
* | use json encoding when deleting multiply files instead of using ; as delimiter | Robin Appelman | 2012-12-13 | 1 | -0/+1 |
* | upload button HTML, CSS & JS cleanup | Jörn Friedrich Dreyer | 2012-12-07 | 1 | -2/+0 |
* | introduce Files.containsInvalidCharacters(), use when creating or renaming files | Jörn Friedrich Dreyer | 2012-11-22 | 1 | -0/+3 |
* | refs #461 - drag'n'drop upload to a sub folder is working now | Thomas Mueller | 2012-11-16 | 1 | -1/+1 |
* | port of approved pull request #442 - 'Always set renaming to false, also if r... | Björn Schießle | 2012-11-15 | 1 | -1/+1 |
* | Merge pull request #319 from owncloud/fileactions_newfile | icewind1991 | 2012-11-12 | 1 | -6/+10 |
|\ |
|
| * | add actions to newly created files and folders | Robin Appelman | 2012-11-07 | 1 | -0/+2 |
| * | reuse jquery object when adding files to the file list | Robin Appelman | 2012-11-07 | 1 | -6/+8 |
* | | fix file delete in opera - fixes #188 | Georg Ehrke | 2012-11-05 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'routing' | Bart Visscher | 2012-10-27 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'master' into routing | Bart Visscher | 2012-10-17 | 1 | -27/+29 |
| |\ |
|
| * \ | Merge branch 'master' into routing | Bart Visscher | 2012-09-28 | 1 | -47/+54 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into routing | Bart Visscher | 2012-09-07 | 1 | -57/+100 |
| |\ \ \ |
|
| * \ \ \ | Merge remote-tracking branch 'gitorious/master' into routing | Bart Visscher | 2012-08-29 | 1 | -17/+25 |
| |\ \ \ \ |
|
| * | | | | | Fix linkTo calls for new routing | Bart Visscher | 2012-08-15 | 1 | -1/+1 |
* | | | | | | fix oc-605 | Jörn Friedrich Dreyer | 2012-10-18 | 1 | -7/+9 |
* | | | | | | use interpolation for some translations in js | scambra | 2012-10-16 | 1 | -6/+6 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Whitespace cleanup | Bart Visscher | 2012-10-14 | 1 | -4/+4 |
* | | | | | Sanitize user input | Lukas Reschke | 2012-10-12 | 1 | -6/+6 |
* | | | | | check if ID was assigned | Björn Schießle | 2012-10-08 | 1 | -1/+3 |
* | | | | | add data-id directly after upload/creation to the file list (bugfix for #1917) | Björn Schießle | 2012-10-08 | 1 | -1/+2 |
* | | | | | remove textbox after pressing "enter" even if the name is the same | Björn Schießle | 2012-10-02 | 1 | -16/+15 |
| |_|_|/
|/| | | |
|
* | | | | some js style fixes | Robin Appelman | 2012-09-23 | 1 | -20/+22 |
* | | | | Merge pull request #15 from scambra/delete-fixes | Thomas Müller | 2012-09-21 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | use post to delete files, get has a limit and fails with many files | scambra | 2012-09-20 | 1 | -0/+1 |
* | | | | | fix for bug #1752 (Renaming of folders in files view does not work correctly ... | Björn Schießle | 2012-09-19 | 1 | -17/+19 |
* | | | | | Merge branch 'master' of github.com:owncloud/core | Björn Schießle | 2012-09-19 | 1 | -2/+2 |
|\| | | | |
|
| * | | | | Fix oc-1769, renaming folders with extensions | Tom Needham | 2012-09-18 | 1 | -2/+2 |
* | | | | | execute lastAction() before add new one | Björn Schießle | 2012-09-19 | 1 | -9/+12 |
|/ / / / |
|
* | | / | Fix oc-1726, cannot delete multiple files one by one without refresh | Tom Needham | 2012-09-17 | 1 | -1/+0 |
| |_|/
|/| | |
|
* | | | Support for unshare from self, with a bunch of temporary fixes to overcome co... | Michael Gapczynski | 2012-09-07 | 1 | -1/+6 |
* | | | 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 |
* | | | Implement support for replacing files during upload with the actions: replace... | Michael Gapczynski | 2012-09-05 | 1 | -37/+80 |
* | | | Fix some jslint warnings | Bart Visscher | 2012-09-04 | 1 | -2/+2 |
| |/
|/| |
|
* | | 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 |
|/ |
|
* | 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 |
* | Sanitizing file names | Lukas Reschke | 2012-07-11 | 1 | -1/+1 |
* | linkTo instead of hard links in Files and Files_Archive. Hope that makes sense. | Arthur Schiwon | 2012-05-31 | 1 | -2/+2 |
* | fix file deletion | Robin Appelman | 2012-04-29 | 1 | -2/+2 |
* | fix merge conflicts | Georg Ehrke | 2012-04-26 | 1 | -0/+1 |
* | move files to app folder | Georg Ehrke | 2012-04-18 | 1 | -0/+232 |