| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | drop filectime from the filesystem api's | Robin Appelman | 2012-10-20 | 1 | -2/+1 |
* | | don't use depricated OC_Filesystem | Robin Appelman | 2012-10-10 | 1 | -27/+27 |
|/ |
|
* | don't use the workaround for shared files on the /Shared folder | Robin Appelman | 2012-10-08 | 1 | -6/+10 |
* | Actually fix shared webdav access | Michael Gapczynski | 2012-10-08 | 1 | -16/+7 |
* | Fix getting file info for subfolders in shared folders | Michael Gapczynski | 2012-10-08 | 1 | -2/+8 |
* | Add OC_Files::searchByMime function | Bart Visscher | 2012-09-25 | 1 | -1/+18 |
* | Fix getting individual shared file information | Bart Visscher | 2012-09-24 | 1 | -1/+2 |
* | Forgot to return the fileinfo | Bart Visscher | 2012-09-21 | 1 | -0/+1 |
* | Don't use OC_FileCache directly, but use the functions in OC_Files | Bart Visscher | 2012-09-21 | 1 | -0/+28 |
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -42/+42 |
* | Don't delete the file anymore to replace it in the UI, just overwrite it | Michael Gapczynski | 2012-09-05 | 1 | -1/+1 |
* | Remove share permission for encrypted files | Michael Gapczynski | 2012-08-31 | 1 | -1/+5 |
* | fix translations within subfolder /lib | Thomas Mueller | 2012-08-30 | 1 | -2/+2 |
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -2/+2 |
* | Check if files_sharing app is enabled, move file specific javascript to files... | Michael Gapczynski | 2012-08-22 | 1 | -2/+2 |
* | Merge branch 'share_api' | Michael Gapczynski | 2012-08-19 | 1 | -6/+33 |
|\ |
|
| * | File sharing cleanup, works perfectly I think :) | Michael Gapczynski | 2012-08-16 | 1 | -2/+2 |
| * | Make file actions permissions aware | Michael Gapczynski | 2012-07-25 | 1 | -5/+13 |
| * | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-11 | 1 | -1/+3 |
| |\ |
|
| * | | Sharing files working using share API | Michael Gapczynski | 2012-07-10 | 1 | -10/+24 |
| * | | I'm having trouble making up my mind... translateItem -> getItems() -> format... | Michael Gapczynski | 2012-06-27 | 1 | -0/+5 |
* | | | more path normalization | Robin Appelman | 2012-08-17 | 1 | -0/+4 |
| |/
|/| |
|
* | | typo fixed | Bjoern Schiessle | 2012-06-29 | 1 | -1/+1 |
* | | - when creating a new text file or directory which name already exist use the... | Bjoern Schiessle | 2012-06-29 | 1 | -1/+3 |
|/ |
|
* | Remove OC::$CONFIG_DATADIRECTORY, not used | Bart Visscher | 2012-06-19 | 1 | -4/+1 |
* | cleanup oc_filecache, splitting it in several parts and using the new hasUpdated | Robin Appelman | 2012-06-15 | 1 | -1/+1 |
* | write a warning to the log file if .htaccess is not writable instead of faili... | Bjoern Schiessle | 2012-06-05 | 1 | -4/+6 |
* | no move (rename) operation for "Shared" directory | Bjoern Schiessle | 2012-06-04 | 1 | -1/+1 |
* | Don't allow user to delete, rename and re-share the "Shared" directory | Bjoern Schiessle | 2012-06-04 | 1 | -1/+1 |
* | Whitespace fixes | Bart Visscher | 2012-05-31 | 1 | -2/+2 |
* | 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/+7 |
* | avoid corrupt ZIP files on lighttpd, should fix oc-467 | Arthur Schiwon | 2012-05-15 | 1 | -0/+1 |
* | fix opening encrypted files from the browser | Robin Appelman | 2012-05-05 | 1 | -2/+1 |
* | send downloadfile piece by piece. saves RAM and is better suited for large fi... | Arthur Schiwon | 2012-05-02 | 1 | -1/+8 |
* | use the correct array indexes... | Robin Appelman | 2012-04-14 | 1 | -3/+3 |
* | reuse OC_L10N objects | Robin Appelman | 2012-04-14 | 1 | -2/+2 |
* | make sure temporary files are being removed, fixes oc-450 | Arthur Schiwon | 2012-04-13 | 1 | -2/+2 |
* | file settings: let people set no more than upper boundary for file uploads, b... | Arthur Schiwon | 2012-04-13 | 1 | -5/+13 |
* | make upload size settings work probably. do not replace whole .htaccess, only... | Arthur Schiwon | 2012-04-13 | 1 | -6/+35 |
* | mimetype filter for filepicker | Bartek Przybylski | 2012-04-05 | 1 | -2/+2 |
* | Do not use always the same name for download-zip to avoid collisions. | Arthur Schiwon | 2012-03-27 | 1 | -2/+2 |
* | Overwrite Download-ZIP if it already exists. We do not want to show alien con... | Arthur Schiwon | 2012-03-27 | 1 | -2/+2 |
* | Config file is more appropriate here | Arthur Schiwon | 2012-03-21 | 1 | -2/+2 |
* | enable admin to turn off ZIP downloads | Arthur Schiwon | 2012-03-19 | 1 | -3/+18 |
* | check if selected files for zip archive are not too large | Arthur Schiwon | 2012-03-16 | 1 | -1/+43 |
* | Replace Expires and caching headers by OC_Response functions | Bart Visscher | 2012-02-13 | 1 | -3/+1 |
* | proper file sorting | Robin Appelman | 2012-01-31 | 1 | -1/+11 |
* | merge master into filesystem | Robin Appelman | 2012-01-16 | 1 | -2/+17 |
|\ |
|
| * | fix issue with moving music files | Robin Appelman | 2012-01-14 | 1 | -2/+17 |