Bart Visscher
|
bae592d69b
|
Prefer requested app before redirecting to default page
|
13 years ago |
Bart Visscher
|
a7e427a3cc
|
Remember result of OC_User::isLoggedIn, can be very expensive to check
|
13 years ago |
Bart Visscher
|
8aa7ed39a5
|
Only check for apps owncloud version requirment when there is a new owncloud version
|
13 years ago |
Robin Appelman
|
da9107fe69
|
fix saved file size for uploaded files
|
13 years ago |
Robin Appelman
|
7b4cb44af8
|
truncate decrypted files based on size
|
13 years ago |
Frank Karlitschek
|
5212fa3fa7
|
check if the data directory is accessible via http. Show a big security warning if yes
|
13 years ago |
Georg Ehrke
|
43674b1759
|
fix mimetype for cdr files - bugfix for oc 559
|
13 years ago |
Michael Gapczynski
|
6524f6ad30
|
Only call OC_FileCache::get('/Shared') if it exists in the file cache, prevents premature addition of the Shared folder to the file cache
|
13 years ago |
Robin Appelman
|
9ba467d629
|
fix encryption for binary files
|
13 years ago |
Robin Appelman
|
e3f1507374
|
use absolute path for file proxies
|
13 years ago |
Bjoern Schiessle
|
902c649dad
|
use new sanitize HTML function backported
Conflicts:
lib/template.php
|
13 years ago |
Bjoern Schiessle
|
d9607df26f
|
backport of sanitizeHTML() function
|
13 years ago |
Robin Appelman
|
c4d1363419
|
don't show other users file if the filesystem is not index already
|
13 years ago |
Bart Visscher
|
0524f6fd3c
|
Fix webdav property name compare
|
13 years ago |
Bart Visscher
|
2d4e1b45ce
|
Load app before running update script
|
13 years ago |
Bart Visscher
|
cff1b6e699
|
Don't use substr to get first char of string
|
13 years ago |
Bart Visscher
|
bb649dd0d5
|
Smarter code for OC_FileProxy
Conflicts:
lib/fileproxy.php
|
13 years ago |
Bart Visscher
|
598a090db4
|
Add cache for getStorage and getInternalPath functions.
These are called for almost every file operation.
|
13 years ago |
Bart Visscher
|
e728635c8a
|
Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_File
Speeds up access of directories with large number of files.
|
13 years ago |
Bart Visscher
|
98bc916016
|
Make check for writable apps dir configurable
Conflicts:
config/config.sample.php
|
13 years ago |
Thomas Mueller
|
637f8398ba
|
fixes oc-668
|
13 years ago |
Bjoern Schiessle
|
1b142a1155
|
quota calculation fixed
|
13 years ago |
Victor Dubiniuk
|
db7542b640
|
Reverting 249190c89b . Fixed in master
|
13 years ago |
Victor Dubiniuk
|
249190c89b
|
Fix mime-type detection
|
13 years ago |
Bjoern Schiessle
|
92bb59c95d
|
fixed broken function call
|
13 years ago |
Bjoern Schiessle
|
814cab97cf
|
ignore "Shared"-directory when calculating free space
Conflicts:
lib/fileproxy/quota.php
|
13 years ago |
Tom Needham
|
c1744d2eb6
|
Move user import to personal settings. Fix user migration between servers.
|
13 years ago |
Thomas Tanghus
|
625cd822c3
|
Backport CSRF prevention.
|
13 years ago |
Thomas Tanghus
|
9e7c28835b
|
Allow same host redirects (/somepath).
|
13 years ago |
Thomas Tanghus
|
a21fd725d6
|
Categories: Turned the debugging down a bit.
|
13 years ago |
Frank Karlitschek
|
cfea28101a
|
4.0.2
|
13 years ago |
Bartek Przybylski
|
3970be3d7f
|
fix variable name and undefined index notice
|
13 years ago |
Bartek Przybylski
|
f1250a3867
|
add function in filesystem to strip webroot
|
13 years ago |
Bartek Przybylski
|
e7d1af48fb
|
handle encrypted images files in oc_image
|
13 years ago |
Bartek Przybylski
|
7ee722e0da
|
removing app access check, fix title for links in tiles
|
13 years ago |
Bartek Przybylski
|
9b2b5e0f6d
|
git status
|
13 years ago |
Frank Karlitschek
|
689c8f5f09
|
paging not yet implemented. increasing pagesize to 100 as a temporary quickfix
|
13 years ago |
Frank Karlitschek
|
061938cbb5
|
finally fix the updater. next is an automatic updater. but this is a bit more tricky.
|
13 years ago |
Robin Appelman
|
6e1ca36207
|
fix infinite redirect during setup for windows hosts
|
13 years ago |
Georg Ehrke
|
cf1c3635ff
|
fix loading of OC::$REQUESTEDAPP if WTFE the app parameter is given but empty aka /?app
|
13 years ago |
Frank Karlitschek
|
a7a861b2c6
|
backport the password salting fix.
a salt is generated during setup and used to salt the user password hases in the database backend
|
13 years ago |
Michael Gapczynski
|
826a439c15
|
Supress any warnings if log file does not exist
|
13 years ago |
Frank Karlitschek
|
4bc7387d7c
|
fi login for hosts running n port 80
|
13 years ago |
Frank Karlitschek
|
5c9325bbe0
|
CLI is no availabe in stable4
|
13 years ago |
Frank Karlitschek
|
d3bb01b598
|
more reliable host detection for reverse proxy scenarios
|
13 years ago |
Arthur Schiwon
|
454f81fb15
|
load authentication apps before checking wether user exists. fixes oc-910
|
13 years ago |
Arthur Schiwon
|
773f3cf973
|
make it possible to load apps seperately. needed to fix oc-910 without breaking oc-863
|
13 years ago |
Robin Appelman
|
b117a1e3ec
|
update file paths in filecache when the parent is renamed
|
13 years ago |
Bjoern Schiessle
|
ca64a4080f
|
don't allow user to delete Shared dir via webdav and sync client (bug #774)
|
13 years ago |
Bjoern Schiessle
|
7fbe306990
|
no move (rename) operation for "Shared" directory
|
13 years ago |