Thomas Schmidt
387b94b740
fix check for success
14 years ago
Bart Visscher
17e631bc5e
Use OC_JSON for json responses
...
Create OC_JSON class, for single point of creating json responses.
No real logic change, this just cleans up the code a bit.
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
8648e3c43c
only call error_log() if DEBUG is true
...
Signed-off-by: Florian Pritz <bluewind@xinu.at>
14 years ago
Bart Visscher
e990ef3542
Move some common code to OC_Util
...
Created the following function:
- checkLoggedIn
- checkAdminUser
- redirectToDefaultPage
14 years ago
Robin Appelman
043e62ffd9
fix uploading files to the users root directory
14 years ago
Michael Gapczynski
ceae4fa7b4
Fix bugs preventing file upload in shared folders with write permission
14 years ago
Robin Appelman
6173c0fbc2
a bit of refactoring for oc_filesystem and implement user quota
14 years ago
Frank Karlitschek
c824572b91
fix the getlink calls
14 years ago
Jakob Sack
bafd684eb6
Renaming classes :-)
14 years ago
Robin Appelman
9565ea251d
Implement inline renaming of files
...
Still needs some ui love
14 years ago
Jakob Sack
2f807a3c7f
Delete requires in applications where possible
14 years ago
Robin Appelman
4ff2dc3035
finally the missing file for moving files from the web interface
14 years ago
Robin Appelman
b69ae10b74
Provide ability to select mutliply files during upload for browsers that support it.
14 years ago
Robin Appelman
190908bc1e
fix error in autocomplete when try to list non-existing or unreadable folders
14 years ago
Robin Appelman
d65f8bba73
try to adjust times to the clients timezone
14 years ago
Robin Appelman
153d8fec30
fix file actions for newly uploaded files
14 years ago
Robin Appelman
6c6871336d
make path autocompletion case insensitive
14 years ago
Robin Appelman
72815bc553
fix autocompletion
14 years ago
Robin Appelman
2617e4b607
add autocomplete for paths
14 years ago
Arthur Schiwon
3d5c13a3e1
don't create firefox hardlock
14 years ago
Arthur Schiwon
5a11e739b4
implemented deleting multiple files
14 years ago
Robin Appelman
ca00d37a71
Make the download button work
14 years ago
Jakob Sack
b57823baa5
Made the "change password" thingie in settings working
14 years ago
Arthur Schiwon
9b26cb0bfb
implement "new folder" function
14 years ago
Arthur Schiwon
ee4d087e72
don't reload the whole page after file upload
14 years ago
Arthur Schiwon
c5e270b453
removed deprecated session check, which blocked file upload in some cases
14 years ago
Arthur Schiwon
8a5d1ffebe
fix that might solve strange uploading issues
14 years ago
Arthur Schiwon
b129079bed
show error code if file upload fails
14 years ago
Arthur Schiwon
d376b4c90a
i heard, we start to commit all files
14 years ago
Jakob Sack
f042e85d41
Beginning of some ajax features and an admin page for files
14 years ago