Scott Barnett
dbddec9160
Fixed minor issue.
14 years ago
Scott Barnett
1985bfd9eb
Fixed uploaded file hover issue.
14 years ago
Jan-Christoph Borchardt
700ac75565
updated translations
14 years ago
Florian Pritz
152fc7d94d
files: fix max filesize check
...
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>
14 years ago
Florian Pritz
ef07b599cb
files/ajax: catch upload errors
...
If the file wasn't uploaded successfully bail early.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
14 years ago
Florian Pritz
c7d4e72341
set cookie secure if forcessl is enabled
...
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>
14 years ago
Florian Pritz
d928cd3636
files: hide non functioning code when called from a/f_s/get.php
...
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>
14 years ago
Florian Pritz
652b744201
don't print empty folder warning if it will be hidden
...
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>
14 years ago
Florian Pritz
2ff5df192b
files: fix wrong image paths if called from files_shareing/get.php
...
Signed-off-by: Florian Pritz <bluewind@xinu.at>
14 years ago
Florian Pritz
8648e3c43c
only call error_log() if DEBUG is true
...
Signed-off-by: Florian Pritz <bluewind@xinu.at>
14 years ago
Jan-Christoph Borchardt
5559a0dede
updated translations
14 years ago
Jakob Sack
73d0caf8a4
Add Sabre_DAV_Browser_Plugin to *DAV-servers to ease debugging
14 years ago
Robin Appelman
917ea58a8c
fix file uploads for IE
14 years ago
Bart Visscher
e990ef3542
Move some common code to OC_Util
...
Created the following function:
- checkLoggedIn
- checkAdminUser
- redirectToDefaultPage
14 years ago
Bart Visscher
82c7598861
Remove global vars and use the OC static version.
...
Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
14 years ago
Jan-Christoph Borchardt
1bf215cd08
updated translations
14 years ago
Robin Appelman
e89a4b3a0d
Fix bug: filenames in filelisting are not shown for files without extension
...
patch by Elias Probst
14 years ago
Michael Gapczynski
be4cb55368
Fix newly uploaded files names being cut off if multiple '.'
14 years ago
Michael Gapczynski
affc879cde
Shift+Click multiselect for files
14 years ago
Michael Gapczynski
a695aa3071
Months for modified date need to be translated
14 years ago
Michael Gapczynski
5f0ab971f1
Ctrl+Click on td.filename a selects file instead of default file action
14 years ago
Michael Gapczynski
0c0435615d
Support translations for modified date column in files
14 years ago
Michael Gapczynski
fef7e9d5f4
Style changes for multiselect and add tipsy for file size
14 years ago
Michael Gapczynski
2b572f676d
Fix file actions broken in some browsers, rename delete to do_delete - Thanks Bart Visscher
14 years ago
Michael Gapczynski
9353d1de74
Get file extension using lastIndexOf instead of indexOf in case there is a '.' in file name
14 years ago
Jan-Christoph Borchardt
d40b905f27
Revert "hints for file actions"
...
1) Please test in Firefox 2) File actions should be refactored first, to be shown/hidden via CSS, not via JavaScript
This reverts commit e78d1dd676
.
14 years ago
Bartek Przybylski
e78d1dd676
hints for file actions
14 years ago
Robin Appelman
d5ba4ec825
some improvements in automatic svg replacement
14 years ago
Robin Appelman
043e62ffd9
fix uploading files to the users root directory
14 years ago
Jan-Christoph Borchardt
3f8e4e2a30
added controls bar for Apps and Help
14 years ago
Michael Gapczynski
ceae4fa7b4
Fix bugs preventing file upload in shared folders with write permission
14 years ago
Jan-Christoph Borchardt
d9aae20003
more valid HTML, alt attributes, refactored pagenavi etc.
14 years ago
Michael Gapczynski
d1aebcddf2
Add downloadURL to files templates for both public links and files
14 years ago
Michael Gapczynski
498356fcb8
Copy get.php into files_sharing, public links now use files templates
14 years ago
Jan-Christoph Borchardt
4c49a81c8e
language updates, optimization of Help HTML
14 years ago
Jan-Christoph Borchardt
2ee9e80afe
Swedish translation, thanks to HakanS
14 years ago
Jan-Christoph Borchardt
e8951b7a2d
still show the icon on row hover so the file type is still visible
14 years ago
Jan-Christoph Borchardt
6720a45d65
updated translations
14 years ago
Robin Appelman
462fe1e56b
fix default file actions not working
14 years ago
Michael Gapczynski
70405cc80e
Modify files css for sharing dropdown to avoid future merge conflicts
14 years ago
Robin Appelman
6173c0fbc2
a bit of refactoring for oc_filesystem and implement user quota
14 years ago
Jan-Christoph Borchardt
7bb261f810
more fixes for Personal and Tipsy
14 years ago
Jan-Christoph Borchardt
6e30ade0b3
updated tipsy, tooltips finally work everywhere, thanks icewind
14 years ago
Jan-Christoph Borchardt
6eabee3dfd
small CSS changes
14 years ago
Jan-Christoph Borchardt
1f98f5cfda
wayyy better position for file upload and new folder
14 years ago
Jan-Christoph Borchardt
7474c907dc
CSS update, Personal looks better now
14 years ago
Frank Karlitschek
9ac084d0b8
remove for now. main repository is at projects.kde.org/owncloud
14 years ago
Jan-Christoph Borchardt
2ba3793671
updated translations
14 years ago
Jan-Christoph Borchardt
3b5f16b23c
NEEDS MORE FADING
14 years ago
Jan-Christoph Borchardt
d5b4056514
fixed tipsy tooltips for actions
14 years ago