Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
* | | add i18n for cancel button | Jörn Friedrich Dreyer | 2012-11-12 | 1 | -2/+5 | |
* | | Merge pull request #261 from owncloud/fix_opera_file_delete | Georg Ehrke | 2012-11-08 | 1 | -0/+3 | |
|\ \ | |/ |/| | ||||||
| * | fix file delete in opera - fixes #188 | Georg Ehrke | 2012-11-05 | 1 | -0/+3 | |
* | | Revert "fix blocking drag & drop upload of folders" | Robin Appelman | 2012-11-07 | 1 | -2/+2 | |
* | | Merge pull request #306 from owncloud/crumb_drop_fix | Björn Schießle | 2012-11-07 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | get the right file name for drag&drop. This was necessary after the switch to... | Björn Schießle | 2012-11-07 | 1 | -1/+1 | |
| |/ | ||||||
* / | Moved relative_modified_date from file/js to core/js | Alessandro Cosentino | 2012-11-06 | 1 | -21/+0 | |
|/ | ||||||
* | remove debug statements | Robin Appelman | 2012-11-05 | 1 | -2/+0 | |
* | this line shouldn't be here | Robin Appelman | 2012-11-04 | 1 | -1/+0 | |
* | some more code reuse for fileactions | Robin Appelman | 2012-11-04 | 1 | -16/+13 | |
* | Fix shared status icons | Michael Gapczynski | 2012-10-28 | 1 | -1/+1 | |
* | properly replace fileaction icons with pngs when needed | Robin Appelman | 2012-10-28 | 1 | -2/+2 | |
* | use css to show/hide fileactions | Robin Appelman | 2012-10-28 | 2 | -28/+10 | |
* | code style | Robin Appelman | 2012-10-28 | 1 | -93/+101 | |
* | Fix download url generation | Bart Visscher | 2012-10-27 | 1 | -1/+1 | |
* | Merge branch 'routing' | Bart Visscher | 2012-10-27 | 2 | -2/+2 | |
|\ | ||||||
| * | Merge branch 'master' into routing | Bart Visscher | 2012-10-17 | 2 | -34/+49 | |
| |\ | ||||||
| * \ | Merge branch 'master' into routing | Bart Visscher | 2012-09-28 | 1 | -1/+1 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' into routing | Bart Visscher | 2012-09-28 | 3 | -61/+73 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into routing | Bart Visscher | 2012-09-07 | 3 | -84/+170 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into routing | Bart Visscher | 2012-08-30 | 1 | -3/+3 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge remote-tracking branch 'gitorious/master' into routing | Bart Visscher | 2012-08-29 | 3 | -51/+84 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Fix linkTo calls for new routing | Bart Visscher | 2012-08-15 | 2 | -2/+2 | |
| * | | | | | | | Check if New and Upload buttons exist before adding their width to the total ... | Michael Gapczynski | 2012-08-06 | 1 | -1/+5 | |
* | | | | | | | | Merge pull request #39 from scambra/date-l10n-fixes | Thomas Müller | 2012-10-18 | 1 | -5/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Translate modification date when file is created/uploaded, use same strings a... | scambra | 2012-10-16 | 1 | -5/+4 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | fix oc-605 | Jörn Friedrich Dreyer | 2012-10-18 | 1 | -7/+9 | |
* | | | | | | | | use interpolation for some translations in js | scambra | 2012-10-16 | 2 | -14/+14 | |
|/ / / / / / / | ||||||
* | | | | | | | Whitespace cleanup | Bart Visscher | 2012-10-14 | 2 | -5/+5 | |
* | | | | | | | fix blocking drag & drop upload of folders | Robin Appelman | 2012-10-12 | 1 | -2/+2 | |
* | | | | | | | 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 | 2 | -3/+8 | |
* | | | | | | | add ID to upload form and check if ID exist to avoid loading invalid javascri... | Björn Schießle | 2012-10-08 | 1 | -2/+3 | |
* | | | | | | | 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 fil... | Björn Schießle | 2012-10-05 | 1 | -2/+8 | |
* | | | | | | | remove textbox after pressing "enter" even if the name is the same | Björn Schießle | 2012-10-02 | 1 | -16/+15 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Correctly fix oc-1016 and fix downloading of files | Bart Visscher | 2012-09-28 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | fix sharing for newly uploaded or created files | Robin Appelman | 2012-09-26 | 1 | -4/+5 | |
* | | | | | 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 | |
* | | | | | | translate rename and history actions | scambra | 2012-09-21 | 1 | -0/+1 | |
* | | | | | | Merge pull request #13 from scambra/safari-fixes | icewind1991 | 2012-09-20 | 1 | -1/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fix js success callback on safari when uploading files | scambra | 2012-09-20 | 1 | -1/+2 | |
| |/ / / / / | ||||||
* | | | | | | 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 | |
|\| | | | | |