Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ugly indentation | Lukas Reschke | 2013-01-13 | 2 | -78/+78 |
| | |||||
* | attach max upload tipsy to div instead of a to fix tooltip not showing due ↵ | Jörn Friedrich Dreyer | 2013-01-07 | 1 | -3/+3 |
| | | | | to new z-index | ||||
* | Merge branch 'master' into fix_minor_files_annoyances | Thomas Mueller | 2013-01-06 | 1 | -1/+4 |
|\ | | | | | | | | | Conflicts: apps/files/js/files.js | ||||
| * | Merge pull request #1041 from owncloud/fixing-856-master | Thomas Müller | 2013-01-02 | 1 | -1/+4 |
| |\ | | | | | | | Fixing #856 master | ||||
| | * | only show the max possible upload of 2GB on a 32 bit system. | Thomas Mueller | 2012-12-28 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | for a 64 bit system we have no such limitation refs #856 Conflicts: apps/files/templates/admin.php | ||||
* | | | remove initial iframe, is added automatically by jquery upload mechanism | Jörn Friedrich Dreyer | 2013-01-04 | 1 | -2/+0 |
|/ / | |||||
* / | Replace %2F with / in breadcrumbs | Michael Gapczynski | 2012-12-28 | 1 | -2/+3 |
|/ | |||||
* | Merge pull request #869 from owncloud/files-styles | Jan-Christoph Borchardt | 2012-12-20 | 1 | -1/+1 |
|\ | | | | | Files styles | ||||
| * | fix new button popup looking blurry | Jan-Christoph Borchardt | 2012-12-13 | 1 | -1/+1 |
| | | |||||
* | | cleaning up the settings. standardize the format, add missing I10N and other ↵ | Frank Karlitschek | 2012-12-15 | 1 | -3/+3 |
|/ | | | | small things. Yes. This is not perfect. But way better than before ;-) | ||||
* | fix svg -> png replacement for android, cleanup and remove obsolete css | Jörn Friedrich Dreyer | 2012-12-07 | 1 | -5/+3 |
| | |||||
* | add IE9 CSS checkbox fixes | Jörn Friedrich Dreyer | 2012-12-07 | 1 | -1/+1 |
| | |||||
* | upload button HTML, CSS & JS cleanup | Jörn Friedrich Dreyer | 2012-12-07 | 1 | -4/+5 |
| | |||||
* | fix_new_and_upload_button_html_css | Jörn Friedrich Dreyer | 2012-12-07 | 1 | -8/+10 |
| | |||||
* | fix checkstyle for files app | Jörn Friedrich Dreyer | 2012-11-29 | 4 | -39/+104 |
| | |||||
* | Do the url encoding once, only in breadcrumbs template | Bart Visscher | 2012-11-16 | 1 | -3/+4 |
| | | | | fixes issue #438 | ||||
* | Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* | Thomas Tanghus | 2012-11-11 | 1 | -1/+1 |
| | |||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 4 | -7/+7 |
| | |||||
* | Add CSRF token | Lukas Reschke | 2012-11-02 | 1 | -0/+1 |
| | |||||
* | Files: change wording 'From url' to 'From link' | Jan-Christoph Borchardt | 2012-11-01 | 1 | -1/+1 |
| | |||||
* | Change IE8 to "older IE versions" | Lukas Reschke | 2012-10-30 | 1 | -1/+1 |
| | | | | I'm not sure if IE9 is also affected, so I changed it to "older IE versions" - IE 10 should work fine. | ||||
* | Send the requesttoken as form value | Lukas Reschke | 2012-10-30 | 1 | -0/+2 |
| | | | | | | | This is needed for IE < 8 because it doesn't send the CSRF token here. So that it is impossible to upload files. Fixes #110 and related to #122 | ||||
* | Remove wrongly committed files | Bart Visscher | 2012-10-27 | 2 | -180/+0 |
| | |||||
* | Merge remote-tracking branch 'git://github.com/susinths/SabreDAV_1.7.1.git' | Bart Visscher | 2012-10-27 | 2 | -0/+180 |
|\ | | | | | | | | | Conflicts: lib/base.php | ||||
| * | Update Sabre to version 1.7.1 | Susinthiran Sithamparanathan | 2012-10-17 | 2 | -0/+180 |
| | | |||||
* | | Checkstyle: NoSpaceAfterComma | Felix Moeller | 2012-10-23 | 1 | -2/+2 |
|/ | |||||
* | Whitespace cleanup | Bart Visscher | 2012-10-14 | 1 | -1/+1 |
| | |||||
* | don't show the share action in the file view for publically shared files. | Björn Schießle | 2012-10-10 | 1 | -0/+9 |
| | |||||
* | add ID to upload form and check if ID exist to avoid loading invalid ↵ | Björn Schießle | 2012-10-08 | 1 | -1/+1 |
| | | | | javascript code for read-only views. | ||||
* | prevent xss attacks | Björn Schießle | 2012-10-05 | 1 | -2/+2 |
| | |||||
* | Change background colour of upload button to be consistant with new button | Tom Needham | 2012-09-21 | 1 | -2/+2 |
| | |||||
* | made upload button the same height in chrome and firefox | Bernhard Posselt | 2012-09-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Tom Needham <needham.thomas@gmail.com> | ||||
* | Support for unshare from self, with a bunch of temporary fixes to overcome ↵ | Michael Gapczynski | 2012-09-07 | 1 | -1/+6 |
| | | | | configuration problems with file actions | ||||
* | Don't show the delete all action if delete permission is not granted | Michael Gapczynski | 2012-09-07 | 1 | -1/+6 |
| | |||||
* | Add permissions to new files/folders, bug fix for oc-1649 | Michael Gapczynski | 2012-09-05 | 1 | -0/+1 |
| | |||||
* | add translation string | Thomas Mueller | 2012-09-04 | 1 | -1/+1 |
| | |||||
* | Space before tab fixes | Bart Visscher | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Whitespace fixes in apps | Bart Visscher | 2012-08-29 | 1 | -3/+0 |
| | |||||
* | Switch to using file cache ids instead of paths for file sharing | Michael Gapczynski | 2012-08-24 | 1 | -1/+1 |
| | |||||
* | Make file actions permissions aware | Michael Gapczynski | 2012-07-25 | 1 | -2/+1 |
| | |||||
* | Change read only check to isCreatable | Michael Gapczynski | 2012-07-24 | 1 | -5/+5 |
| | |||||
* | use new sanitizeHTML() function | Bjoern Schiessle | 2012-06-21 | 1 | -1/+1 |
| | |||||
* | Removed some unessecary sanitizations | Lukas Reschke | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | dont show config option for file upload size if we cant write the new value | Robin Appelman | 2012-06-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'unstable' | Bart Visscher | 2012-06-04 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php | ||||
| * | fixed 'delete' label so it doesn't break translations | Sam Tuke | 2012-05-15 | 1 | -1/+1 |
| | | |||||
* | | Merge commit 'refs/merge-requests/115' of ↵ | Michael Gapczynski | 2012-05-17 | 2 | -3/+3 |
|\ \ | | | | | | | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/115 Conflicts: apps/files/templates/index.php | ||||
| * | | Fix some non-utf8-friendly htmlentities (resulting in wrong display of ↵ | Vitaly Kuznetsov | 2012-05-10 | 2 | -3/+3 |
| |/ | | | | | | | utf8-encoded directory names for example) | ||||
* | | No multiple file sharing in this next release, sharing UI isn't ready for it :( | Michael Gapczynski | 2012-05-15 | 1 | -1/+1 |
| | | |||||
* | | removing executable bit - again | Thomas Mueller | 2012-05-15 | 4 | -0/+0 |
| | |