Thomas Müller
88f6dd7db1
fixing method names
11 years ago
Thomas Müller
743addd1e3
set content-type on ocs exceptions
11 years ago
Thomas Müller
7c78368e8b
sanitize fallbackId
11 years ago
Thomas Müller
0de43f1fbe
remove magic handling of recipient lists by exploding the string - this functionality is nowhere used this way and nowhere documented - and broken because only $toaddress will be exploded not $toname
11 years ago
Thomas Müller
f1ecc758f5
send an individual email to each recipient
11 years ago
Vincent Petry
010eef95c0
Fixed total space display when data size exceeds quota
...
The total space display in the personal page now shows the quota value
instead of used space when used space exceeds the quota (soft quota).
11 years ago
Vincent Petry
f4f61f03c9
Disable XML entities when parsing XML
11 years ago
Bjoern Schiessle
4562909a20
get trash size from file cache
11 years ago
Thomas Müller
25f523680a
fixing ident
11 years ago
Thomas Müller
0d90b90d94
we first shall check if the current session is valid - otherwise the session-id will be regenerated on login via basic auth
11 years ago
Robin Appelman
51165a1a04
Check if value exists before returning
11 years ago
Vincent Petry
48d63a6278
Return unencrypted_size of folder when queried
...
This fixes the "used space" to be based on the unencrypted size, not
encrypted size, to be consistent with how quota/space is handled when
encryption is enabled
11 years ago
Robin Appelman
65f52fee4f
Fix FileInfo->getType errors
11 years ago
Vincent Petry
7f24d42ca5
Propagate unencrypted_size up to the file cache root
11 years ago
Victor Dubiniuk
242cbb802a
Reset time of last update feed polling
11 years ago
Vincent Petry
0dcac65aa1
Fixed upload issue when free space is not known
11 years ago
Vincent Petry
9136e6ad30
Fixed X-Forwarded-Host parsing
11 years ago
Vincent Petry
f8fe2753b1
Added localhost as trusted domain
11 years ago
Vincent Petry
421cff00bd
Show warning page when accessing server from an untrusted domain
...
Added early check for the requested domain host and show a warning
page if the domain is not trusted.
11 years ago
Georg Ehrke
dbf83aada2
fix issue with Non-static method Imagick ../..; @ doesn't seem to work in this case
11 years ago
Georg Ehrke
32a5d51fa6
add fclose, fixes issue from bdb96b9af8
11 years ago
Georg Ehrke
bdb96b9af8
fix issue with spamming logging files when loading cached thumbnail
11 years ago
Bjoern Schiessle
2e73c957e5
don't allow to create a file or folder named 'Shared' in the root folder, also exclude all combinations of lower and upper case letters
11 years ago
Robin Appelman
a8c67dc675
Add caching for getLocalFile on remote storages
11 years ago
kondou
5e3b6f1fd9
Fix some more docstrings
11 years ago
Vincent Petry
79ae3c4527
Allow XML entity loader for MDB2 schema loader
...
Forward port of 762b0d9
from stable6 to master
11 years ago
Jan-Christoph Borchardt
b8d0fc9494
make mail notification header color themable
11 years ago
Thomas Müller
1291303c5a
Replace OC.Router.generate() with OC.generateUrl()
11 years ago
kondou
5d5306175f
Fix some docstrings in l10n.php
11 years ago
Myles McNamara
195bdff91f
move replace to inside isset
11 years ago
Myles McNamara
4ab7f58745
replace spaces in download link without encoding entire URL
11 years ago
Lukas Reschke
4c4bb70cb6
CSS is now loaded directly instead via PHP
...
269f24cf96
was not changed in setup.php which prevented loading of CSS files in some environments (e.g. my local setup) for apps.
11 years ago
Morris Jobke
49b331be39
add BMP mimetype for BMP previews
11 years ago
Robin Appelman
7c92e2e3ad
Update rawlist to work with new fileinfo object
11 years ago
Robin Appelman
8282cfff04
Cache the fileinfo in OC\Preview
11 years ago
Vincent Petry
22adc397de
Also quote old column name during DB migration
...
This fixes alter table commands that didn't quote the old column name
11 years ago
Thomas Müller
ab850b961d
remove unused code and fix wrong variable names - some PHPDoc updated
11 years ago
Thomas Müller
574883c47a
introduce new theme function to allow full creation of documentation links: buildDocLinkToKey()
11 years ago
Vincent Petry
432a42d846
Fix case where port is missing
...
Forward port of 6d3b5b24fd
to master
11 years ago
Bjoern Schiessle
ebd73aee8f
don't overwrite keys if rename was done by a stream copy
11 years ago
Vincent Petry
a23ef25010
Removed unused deleteAll method on Common storage class
...
The "deleteAll" method on the Common storage class isn't used anywhere.
Also, it isn't defined on the Storage interface so this fix removes it
completely.
11 years ago
Vincent Petry
c465835e85
Replace deleteAll call with unlink call
...
The method deleteAll() doesn't officially exist on the Storage class as
it's not defined on the interface, which means it fails on the Quota
storage wrapper and might fail on some external storage classes.
Also, this here is the only use case for that one method.
11 years ago
Robin Appelman
3487a95eab
Remove fileid parameter for getFolderContent
11 years ago
Robin Appelman
dd98e6333f
Split getFolderContentById
11 years ago
Lukas Reschke
fe44ac264b
Add overwritehost config on setup and upgrade
11 years ago
Philipp Schmitt
43b1d81f77
Use 'command -v' to detect whether and where software is installed (instead of 'which')
11 years ago
Lukas Reschke
f7fa8662e2
Remove `session_id_regenerate` from here
...
Jenkins somewhat complains that there are already sent headers.
11 years ago
Lukas Reschke
69325c5eeb
Move session_regenerate_id to `login()`
11 years ago
Lukas Reschke
f11658698d
Fix path to the mount file
11 years ago
Thomas Müller
fbea02bebb
kill $coreStyles and $coreScripts
11 years ago