summaryrefslogtreecommitdiffstats
path: root/files
Commit message (Collapse)AuthorAgeFilesLines
* Change javascript new folder from old icon to newMichael Gapczynski2011-10-221-1/+1
|
* Redirect file browser if directory does not existMichael Gapczynski2011-10-221-0/+4
|
* removed '/' from file path because only Unix people understand the concept ↵Jan-Christoph Borchardt2011-10-221-2/+2
| | | | of that. Plus, 'Files' itself is the root.
* Correct unknown breadcrumb add '/' permanantly in it and DRY code for last ↵Brice Maron2011-10-212-9/+5
| | | | breadcrumb
* bold current folder in breadcrumbsJan-Christoph Borchardt2011-10-212-4/+9
|
* only show checkbox on hovering filetype iconJan-Christoph Borchardt2011-10-211-1/+1
|
* hopefully finally fixed the initial breadcrumb arrowJan-Christoph Borchardt2011-10-211-4/+5
|
* Use notification to inform about errors in file list.Brice Maron2011-10-172-12/+25
|
* prevent the remaining ob_clean related errorsRobin Appelman2011-10-171-1/+1
|
* use OC_Log instead of error_logRobin Appelman2011-10-161-1/+1
|
* Merge branch 'master' into calendarGeorg Ehrke2011-10-133-10/+25
|\
| * mimetype icon improvementsRobin Appelman2011-10-133-10/+25
| |
* | Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editorTom Needham2011-10-071-1/+1
|\|
| * fixes for the mimetype iconsRobin Appelman2011-10-071-1/+1
| |
* | Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editorTom Needham2011-10-071-1/+1
|\|
| * updated marginsMarvin Thomas Rabe2011-10-041-1/+1
| |
* | Updated saving feedbackTom Needham2011-10-051-0/+3
| |
* | Moved addScript and addStyle calls to app.phpTom Needham2011-10-051-3/+0
| |
* | move some code to where it belongs and remove duplicated editor appRobin Appelman2011-10-051-12/+0
| |
* | Added breadcrumb and control bar.Tom Needham2011-10-035-9/+9
|\|
| * escape file and directory names when downloading filesRobin Appelman2011-09-302-2/+2
| |
| * fix check for successThomas Schmidt2011-09-291-1/+1
| |
| * fix small styling problem with playback controllsRobin Appelman2011-09-281-1/+1
| |
| * fix persistent playlist for media playerRobin Appelman2011-09-281-4/+4
| |
* | Editor now loads on top of files app.Tom Needham2011-10-014-3/+7
| |
* | Changed theme. Editing is now default action for all supported types. Fixed ↵Tom Needham2011-09-281-5/+12
| | | | | | | | static url.
* | Implemented ace-edtior as an app. Basic file editing and saving supported.Tom Needham2011-09-281-1/+4
|/
* Fixed table gap from appearing.Scott Barnett2011-09-271-2/+0
|
* Use OC_JSON for json responsesBart Visscher2011-09-257-76/+28
| | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit.
* Fixed minor issue.Scott Barnett2011-09-261-1/+1
|
* Fixed uploaded file hover issue.Scott Barnett2011-09-261-2/+2
|
* updated translationsJan-Christoph Borchardt2011-09-2412-17/+31
|
* files: fix max filesize checkFlorian Pritz2011-09-242-2/+6
| | | | | | | php check both, upload_max_filesize and post_max_size, when uploading a file so we should do the same when figuring out the maximum size. Signed-off-by: Florian Pritz <bluewind@xinu.at>
* files/ajax: catch upload errorsFlorian Pritz2011-09-241-0/+18
| | | | | | If the file wasn't uploaded successfully bail early. Signed-off-by: Florian Pritz <bluewind@xinu.at>
* set cookie secure if forcessl is enabledFlorian Pritz2011-09-241-1/+3
| | | | | | | This also moves session_start in lib/base.php down a bit because we need OC::$SERVERROOT to get the config settings. Signed-off-by: Florian Pritz <bluewind@xinu.at>
* files: hide non functioning code when called from a/f_s/get.phpFlorian Pritz2011-09-242-2/+6
| | | | | | | | | | The checkboxes don't work because files.js is missing. Adding it leads to the problem that it relies on files/ajax and most of the code only works for logged in users. The actions div contains undefined variables and doesn't work either. Signed-off-by: Florian Pritz <bluewind@xinu.at>
* don't print empty folder warning if it will be hiddenFlorian Pritz2011-09-241-1/+5
| | | | | | | | No point in wasting resources if you don't show it. This also fixes an undefined variable notice. Signed-off-by: Florian Pritz <bluewind@xinu.at>
* files: fix wrong image paths if called from files_shareing/get.phpFlorian Pritz2011-09-241-3/+3
| | | | Signed-off-by: Florian Pritz <bluewind@xinu.at>
* only call error_log() if DEBUG is trueFlorian Pritz2011-09-241-1/+1
| | | | Signed-off-by: Florian Pritz <bluewind@xinu.at>
* updated translationsJan-Christoph Borchardt2011-09-235-0/+70
|
* Add Sabre_DAV_Browser_Plugin to *DAV-servers to ease debuggingJakob Sack2011-09-231-0/+1
|
* fix file uploads for IERobin Appelman2011-09-221-8/+17
|
* Move some common code to OC_UtilBart Visscher2011-09-185-22/+5
| | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
* Remove global vars and use the OC static version.Bart Visscher2011-09-181-1/+1
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
* updated translationsJan-Christoph Borchardt2011-09-036-0/+84
|
* Fix bug: filenames in filelisting are not shown for files without extensionRobin Appelman2011-08-301-2/+8
| | | | patch by Elias Probst
* Fix newly uploaded files names being cut off if multiple '.'Michael Gapczynski2011-08-281-1/+1
|
* Shift+Click multiselect for filesMichael Gapczynski2011-08-281-4/+38
|
* Months for modified date need to be translatedMichael Gapczynski2011-08-281-2/+2
|
* Ctrl+Click on td.filename a selects file instead of default file actionMichael Gapczynski2011-08-281-8/+27
|