Jörn Friedrich Dreyer
|
4b3e56bcf9
|
remove unneccessary lib in namespace
|
12 years ago |
Jörn Friedrich Dreyer
|
9e39118b52
|
namespaces use upcasefirst parts
when _ is left in namespace and files are named after their classes the autoloader will also find classes in the lib folder of an app
its magic!
|
12 years ago |
Bart Visscher
|
a21885953f
|
No need to strip slashes, json_decode handles that for us
|
12 years ago |
Thomas Mueller
|
cdd07b3339
|
introducing class OCA/files/lib/Helper with new function to build an array with storage stats
DRYing the code by using \OCA\files\lib\Helper::buildFileStorageStatistics()
now returning used space percent on each ajax call
|
12 years ago |
Thomas Mueller
|
5ff29b4348
|
fixing indent
|
12 years ago |
Thomas Müller
|
39d874cd90
|
the maximum upload size is now part of the response of the upload and delete operation.
the maximum upload size is updated within the browser once an upload or delete operation has been finished
|
12 years ago |
Robin Appelman
|
6a2b41e5e8
|
use json encoding when deleting multiply files instead of using ; as delimiter
|
12 years ago |
Robin Appelman
|
dea0d20a9a
|
fix delete and sort files
|
13 years ago |
Robin Appelman
|
5a3d6805a2
|
cleanup OC_Files a bit
|
13 years ago |
Sam Tuke
|
8b01286a5d
|
Merged branch 'master'
|
13 years ago |
scambra
|
1b411df83e
|
use post to delete files, get has a limit and fails with many files
|
13 years ago |
Thomas Mueller
|
fe49cbafc7
|
apply coding style
|
13 years ago |
Lukas Reschke
|
38271ded75
|
Added CSRF checks
|
13 years ago |
Jörn Friedrich Dreyer
|
e59a1806cf
|
remove superfluous ?> at the end of .php files (left out apps/*/templates)
|
13 years ago |
Lukas Reschke
|
0abcf0a421
|
CSRF checks
|
13 years ago |
Thomas Mueller
|
583dce5276
|
removing executable bit - again
|
13 years ago |
Frank Karlitschek
|
43caa3b3b9
|
ported oc_json
|
13 years ago |
Georg Ehrke
|
45de7ad221
|
move files to app folder
|
13 years ago |
Georg Ehrke
|
69ee0efc0b
|
remove the require_once lib base from all (or nearly all) files
|
13 years ago |
Bartek Przybylski
|
3210fe2564
|
fix creating/moving/renaming/deleting files/dirs with ' in name
|
13 years ago |
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 |
Jakob Sack
|
bafd684eb6
|
Renaming classes :-)
|
14 years ago |
Arthur Schiwon
|
5a11e739b4
|
implemented deleting multiple files
|
14 years ago |
Jakob Sack
|
f042e85d41
|
Beginning of some ajax features and an admin page for files
|
14 years ago |