Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change read only check to isCreatable | Michael Gapczynski | 2012-07-24 | 2 | -6/+6 |
| | |||||
* | Alert user of errors when creating new files or folders | Michael Gapczynski | 2012-07-23 | 1 | -12/+20 |
| | |||||
* | Sanitizing file names | Lukas Reschke | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | Call exit() to prevent further code execution if directory does not exist | Michael Gapczynski | 2012-07-11 | 1 | -0/+1 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 13 | -23/+1 |
| | |||||
* | CSRF checks | Lukas Reschke | 2012-07-07 | 6 | -0/+6 |
| | |||||
* | - 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 | ||||
* | use new sanitizeHTML() function | Bjoern Schiessle | 2012-06-21 | 1 | -1/+1 |
| | |||||
* | write_close the session when scanning files or music | Robin Appelman | 2012-06-16 | 1 | -0/+1 |
| | |||||
* | cleanup oc_filecache, splitting it in several parts and using the new hasUpdated | Robin Appelman | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | Files: Double encode download links. Fix for oc-1016. | Thomas Tanghus | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | Merge commit 'refs/merge-requests/127' of ↵ | Michael Gapczynski | 2012-06-13 | 3 | -9/+9 |
|\ | | | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/127 Conflicts: apps/files_external/templates/settings.php lib/template.php | ||||
| * | Removed some unessecary sanitizations | Lukas Reschke | 2012-06-11 | 1 | -1/+1 |
| | | |||||
| * | Make some apps compatible | Lukas Reschke | 2012-06-11 | 2 | -8/+8 |
| | | |||||
| * | Revert | Lukas Reschke | 2012-06-11 | 2 | -18/+18 |
| | | |||||
| * | First try of implementing assignHTML | Lukas Reschke | 2012-06-11 | 2 | -18/+18 |
| | | |||||
* | | 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 |
| | |||||
* | dont show config option for file upload size if we cant write the new value | Robin Appelman | 2012-06-06 | 2 | -2/+4 |
| | |||||
* | prevent creating files with a / the name | Robin Appelman | 2012-06-06 | 3 | -0/+13 |
| | |||||
* | 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 |
| | | |||||
* | | Don't allow user to delete, rename and re-share the "Shared" directory | Bjoern Schiessle | 2012-06-04 | 2 | -3/+5 |
| | | |||||
* | | don´t start a session here. I don´t think it´s needed. Let´s see if it ↵ | Frank Karlitschek | 2012-06-01 | 1 | -1/+1 |
| | | | | | | | | breaks something | ||||
* | | fix the breadcrumb | Frank Karlitschek | 2012-05-31 | 1 | -2/+2 |
| | | |||||
* | | linkTo instead of hard links in Files and Files_Archive. Hope that makes sense. | Arthur Schiwon | 2012-05-31 | 2 | -3/+3 |
| | | |||||
* | | Remove OC_App::register function | Bart Visscher | 2012-05-31 | 1 | -1/+0 |
| | | | | | | | | The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty. | ||||
* | | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | | |||||
* | | Add HEAD request management for files ajax/download.php | Brice Maron | 2012-05-24 | 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 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 |
| | |