Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sanitize file names | Lukas Reschke | 2012-10-12 | 1 | -2/+2 |
| | |||||
* | Sanitize user input | Lukas Reschke | 2012-10-06 | 1 | -3/+3 |
| | | | | This is a backport of 4f7c7c6 /cc @DeepDiver1975 | ||||
* | Fix deletion for browser that do not support onBeforeUnload, fixes oc-1534 | Arthur Schiwon | 2012-08-20 | 1 | -12/+18 |
| | |||||
* | Add a missing exit(); | Lukas Reschke | 2012-08-18 | 1 | -0/+1 |
| | |||||
* | Use SCRIPT_NAME instead of PHP_SELF which won't send the PATH_INFO, this ↵ | Lukas Reschke | 2012-08-18 | 1 | -1/+1 |
| | | | | prevents XSS in old browsers. Thanks to Nico Golde. | ||||
* | Remove delete tipsy if file is deleted, fixes bug oc-958 | Michael Gapczynski | 2012-07-30 | 1 | -0/+1 |
| | |||||
* | - remove namespace from file property name (webdav) | Bjoern Schiessle | 2012-07-23 | 2 | -1/+12 |
| | | | | - update script to fix broken properties in the database | ||||
* | Added CSRF checks | Lukas Reschke | 2012-07-20 | 5 | -0/+5 |
| | |||||
* | Sanitizing file names | Lukas Reschke | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | confusion about the operation. | ||||
* | 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) | ||||
* | committed patch (bug #967) to add missing translations for file actions | Bjoern Schiessle | 2012-06-12 | 1 | -2/+2 |
| | |||||
* | fixed var name, $filename should be $foldername | Bjoern Schiessle | 2012-06-06 | 1 | -1/+1 |
| | |||||
* | update translations | Robin Appelman | 2012-06-06 | 45 | -134/+316 |
| | |||||
* | prevent creating files with a / the name | Robin Appelman | 2012-06-06 | 3 | -0/+13 |
| | |||||
* | linkTo instead of hard links in Files and Files_Archive. Hope that makes sense. | Arthur Schiwon | 2012-06-05 | 2 | -3/+3 |
| | |||||
* | Don't allow user to delete, rename and re-share the "Shared" directory | Bjoern Schiessle | 2012-06-04 | 2 | -3/+5 |
| | |||||
* | don´t do warnings. | Frank Karlitschek | 2012-06-01 | 1 | -1/+1 |
| | | | | Not sure if this start_session call is really needed here. | ||||
* | fix the breadcrumb | Frank Karlitschek | 2012-05-31 | 1 | -2/+2 |
| | |||||
* | Add HEAD request management for files ajax/download.php | Brice Maron | 2012-05-25 | 1 | -1/+1 |
| | |||||
* | Make sure sharing and versions dropdowns come down in the same location for ↵v4.0.0 | Michael Gapczynski | 2012-05-19 | 1 | -1/+1 |
| | | | | all files | ||||
* | make upload work with IE again | Arthur Schiwon | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | mark the apps as part of the shipped package and increase the requirement to ↵ | Frank Karlitschek | 2012-05-18 | 1 | -1/+2 |
| | | | | ownCloud 4 | ||||
* | 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) | ||||
* | | update translations | Robin Appelman | 2012-05-17 | 8 | -6/+125 |
| | | |||||
* | | try to remove deprecated files from /files on update | Arthur Schiwon | 2012-05-16 | 1 | -0/+34 |
| | | |||||
* | | No multiple file sharing in this next release, sharing UI isn't ready for it :( | Michael Gapczynski | 2012-05-15 | 1 | -1/+1 |
| | | |||||
* | | Make only writable files draggable | Michael Gapczynski | 2012-05-14 | 1 | -1/+1 |
| | | |||||
* | | removing executable bit - again | Thomas Mueller | 2012-05-15 | 20 | -0/+0 |
| | | |||||
* | | cache app types during install or update | Robin Appelman | 2012-05-14 | 1 | -1/+1 |
| | | |||||
* | | Call is_writable explicitly on folders for readonly check | Michael Gapczynski | 2012-05-14 | 1 | -1/+1 |
| | | |||||
* | | selective app loading for remote/public | Robin Appelman | 2012-05-14 | 2 | -0/+4 |
| | | |||||
* | | update translations | Robin Appelman | 2012-05-13 | 17 | -16/+212 |
| | | |||||
* | | oc-627, calling base function instead of loading too much useless functions | Bartek Przybylski | 2012-05-12 | 1 | -1/+1 |
| | | |||||
* | | load remote and public paths from info.xml during upgrade instead of setting ↵ | Robin Appelman | 2012-05-11 | 3 | -2/+5 |
| | | | | | | | | them every time | ||||
* | | fixing upload icon color | Jan-Christoph Borchardt | 2012-05-10 | 1 | -1/+1 |
| | | |||||
* | | larger clickable area for new button | Jan-Christoph Borchardt | 2012-05-10 | 1 | -1/+1 |
| | | |||||
* | | fixing background for clicked new button | Jan-Christoph Borchardt | 2012-05-10 | 1 | -1/+1 |
| | | |||||
* | | reduced text shadow brightness | Jan-Christoph Borchardt | 2012-05-10 | 1 | -1/+1 |
| | | |||||
* | | highlight the files new and upload button all the time | Jan-Christoph Borchardt | 2012-05-10 | 1 | -2/+2 |
|/ | |||||
* | Use a clean uri param constructor to get files | Brice Maron | 2012-05-09 | 1 | -1/+1 |
| | |||||
* | update translations | Robin Appelman | 2012-05-09 | 35 | -73/+205 |
| | |||||
* | Correct file move by dropping on folder | Brice Maron | 2012-05-08 | 1 | -7/+7 |
| | |||||
* | applying coding guideline | Arthur Schiwon | 2012-05-07 | 1 | -3/+3 |
| | |||||
* | applying coding guideline | Arthur Schiwon | 2012-05-07 | 1 | -20/+20 |
| | |||||
* | improve remote.php and create public.php | Georg Ehrke | 2012-05-07 | 1 | -1/+1 |
| | |||||
* | fix webdav, bloody merge conflicts | Georg Ehrke | 2012-05-07 | 1 | -1/+0 |
| | |||||
* | fix merge conflicts | Georg Ehrke | 2012-05-07 | 11 | -24/+23 |
|\ |