Bartek Przybylski
3210fe2564
fix creating/moving/renaming/deleting files/dirs with ' in name
2012-01-15 20:48:38 +01:00
Michael Gapczynski
470bab9c68
Fix typo in move error message
2012-01-01 18:45:26 -05:00
Robin Appelman
1fe55b6656
fix upload error reporting
2011-12-23 19:49:02 +01:00
Michael Gapczynski
9bb004963b
Fix whitespace folder name
2011-12-23 12:28:44 -05:00
Robin Appelman
d46288b0ab
'New' button, needs some css work
2011-10-23 11:40:40 +02:00
Robin Appelman
b0127e3918
use OC_Log instead of error_log
2011-10-16 21:42:24 +02:00
Robin Appelman
d7fa2a0f77
mimetype icon improvements
2011-10-13 16:33:39 +02:00
Thomas Schmidt
387b94b740
fix check for success
2011-09-29 15:53:31 +02:00
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.
2011-09-25 22:19:28 +02:00
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>
2011-09-24 18:42:05 +02:00
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>
2011-09-24 18:42:00 +02:00
Florian Pritz
8648e3c43c
only call error_log() if DEBUG is true
...
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-09-24 18:41:47 +02:00
Bart Visscher
e990ef3542
Move some common code to OC_Util
...
Created the following function:
- checkLoggedIn
- checkAdminUser
- redirectToDefaultPage
2011-09-18 21:31:56 +02:00
Robin Appelman
043e62ffd9
fix uploading files to the users root directory
2011-08-21 14:28:44 +02:00
Michael Gapczynski
ceae4fa7b4
Fix bugs preventing file upload in shared folders with write permission
2011-08-20 12:36:20 -04:00
Robin Appelman
6173c0fbc2
a bit of refactoring for oc_filesystem and implement user quota
2011-08-15 21:09:13 +02:00
Frank Karlitschek
c824572b91
fix the getlink calls
2011-08-11 16:15:55 +02:00
Jakob Sack
bafd684eb6
Renaming classes :-)
2011-07-29 21:36:03 +02:00
Jakob Sack
2bfad189e7
Merge branch 'master' of git://anongit.kde.org/owncloud into autoload
...
Conflicts:
lib/base.php
lib/filestorage.php
2011-07-29 20:42:24 +02:00
Robin Appelman
9565ea251d
Implement inline renaming of files
...
Still needs some ui love
2011-07-28 23:04:34 +02:00
Jakob Sack
2f807a3c7f
Delete requires in applications where possible
2011-07-27 19:25:49 +02:00
Robin Appelman
4ff2dc3035
finally the missing file for moving files from the web interface
2011-07-22 06:21:53 +02:00
Robin Appelman
b69ae10b74
Provide ability to select mutliply files during upload for browsers that support it.
2011-07-19 20:23:33 +02:00
Robin Appelman
190908bc1e
fix error in autocomplete when try to list non-existing or unreadable folders
2011-07-12 17:45:01 +02:00
Robin Appelman
d65f8bba73
try to adjust times to the clients timezone
2011-06-05 15:13:03 +02:00
Robin Appelman
153d8fec30
fix file actions for newly uploaded files
2011-06-04 22:59:18 +02:00
Robin Appelman
6c6871336d
make path autocompletion case insensitive
2011-06-02 02:31:04 +02:00
Robin Appelman
72815bc553
fix autocompletion
2011-06-01 14:06:12 +02:00
Robin Appelman
2617e4b607
add autocomplete for paths
2011-05-28 19:49:28 +02:00
Arthur Schiwon
3d5c13a3e1
don't create firefox hardlock
2011-04-19 09:13:50 +02:00
Arthur Schiwon
5a11e739b4
implemented deleting multiple files
2011-04-18 16:48:35 +02:00
Robin Appelman
ca00d37a71
Make the download button work
2011-04-18 15:40:17 +02:00
Jakob Sack
b57823baa5
Made the "change password" thingie in settings working
2011-04-18 15:07:14 +02:00
Arthur Schiwon
9b26cb0bfb
implement "new folder" function
2011-04-17 17:49:56 +02:00
Arthur Schiwon
ee4d087e72
don't reload the whole page after file upload
2011-04-17 15:59:06 +02:00
Arthur Schiwon
c5e270b453
removed deprecated session check, which blocked file upload in some cases
2011-04-17 11:27:28 +02:00
Arthur Schiwon
8a5d1ffebe
fix that might solve strange uploading issues
2011-04-17 01:17:34 +02:00
Arthur Schiwon
b129079bed
show error code if file upload fails
2011-04-16 23:28:50 +02:00
Arthur Schiwon
d376b4c90a
i heard, we start to commit all files
2011-04-16 23:18:06 +02:00
Jakob Sack
f042e85d41
Beginning of some ajax features and an admin page for files
2011-03-03 23:08:54 +01:00