summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix initialization of OC_Filesystem setup from DAVBart Visscher2012-06-221-1/+1
|
* Correct File cache error with postgresqlBrice Maron2012-06-221-0/+3
|
* 4.0.3Frank Karlitschek2012-06-221-2/+2
|
* Prefer requested app before redirecting to default pageBart Visscher2012-06-211-1/+5
|
* Remember result of OC_User::isLoggedIn, can be very expensive to checkBart Visscher2012-06-211-2/+6
|
* Only check for apps owncloud version requirment when there is a new owncloud ↵Bart Visscher2012-06-212-14/+16
| | | | version
* fix saved file size for uploaded filesRobin Appelman2012-06-211-4/+4
|
* truncate decrypted files based on sizeRobin Appelman2012-06-211-13/+9
|
* check if the data directory is accessible via http. Show a big security ↵Frank Karlitschek2012-06-211-0/+41
| | | | warning if yes
* fix mimetype for cdr files - bugfix for oc 559Georg Ehrke2012-06-211-1/+2
|
* Only call OC_FileCache::get('/Shared') if it exists in the file cache, ↵Michael Gapczynski2012-06-201-1/+6
| | | | prevents premature addition of the Shared folder to the file cache
* fix encryption for binary filesRobin Appelman2012-06-201-2/+2
|
* use absolute path for file proxiesRobin Appelman2012-06-201-5/+41
|
* use new sanitize HTML function backportedBjoern Schiessle2012-06-201-0/+1
| | | | | | Conflicts: lib/template.php
* backport of sanitizeHTML() functionBjoern Schiessle2012-06-202-1/+26
|
* don't show other users file if the filesystem is not index alreadyRobin Appelman2012-06-201-0/+3
|
* Fix webdav property name compareBart Visscher2012-06-191-1/+1
|
* Load app before running update scriptBart Visscher2012-06-191-0/+1
|
* Don't use substr to get first char of stringBart Visscher2012-06-197-12/+12
|
* Smarter code for OC_FileProxyBart Visscher2012-06-191-16/+6
| | | | | | Conflicts: lib/fileproxy.php
* Add cache for getStorage and getInternalPath functions.Bart Visscher2012-06-191-2/+10
| | | | These are called for almost every file operation.
* Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_FileBart Visscher2012-06-192-5/+17
| | | | Speeds up access of directories with large number of files.
* Make check for writable apps dir configurableBart Visscher2012-06-191-1/+1
| | | | | | Conflicts: config/config.sample.php
* fixes oc-668Thomas Mueller2012-06-191-0/+6
|
* quota calculation fixedBjoern Schiessle2012-06-191-1/+1
|
* Reverting 249190c89bc1c2effd8aaad1052d9a0ccf0bfe37. Fixed in masterVictor Dubiniuk2012-06-191-1/+1
|
* Fix mime-type detectionVictor Dubiniuk2012-06-191-1/+1
|
* fixed broken function callBjoern Schiessle2012-06-181-2/+2
|
* ignore "Shared"-directory when calculating free spaceBjoern Schiessle2012-06-181-2/+4
| | | | | | Conflicts: lib/fileproxy/quota.php
* Move user import to personal settings. Fix user migration between servers.Tom Needham2012-06-151-26/+14
|
* Backport CSRF prevention.Thomas Tanghus2012-06-145-4/+115
|
* Allow same host redirects (/somepath).Thomas Tanghus2012-06-131-1/+2
|
* Categories: Turned the debugging down a bit.Thomas Tanghus2012-06-111-4/+4
|
* 4.0.2Frank Karlitschek2012-06-101-2/+2
|
* fix variable name and undefined index noticeBartek Przybylski2012-06-101-1/+1
|
* add function in filesystem to strip webrootBartek Przybylski2012-06-102-6/+15
|
* handle encrypted images files in oc_imageBartek Przybylski2012-06-101-4/+7
|
* removing app access check, fix title for links in tilesBartek Przybylski2012-06-101-1/+5
|
* git statusBartek Przybylski2012-06-101-2/+30
|
* paging not yet implemented. increasing pagesize to 100 as a temporary quickfixFrank Karlitschek2012-06-091-2/+2
|
* finally fix the updater. next is an automatic updater. but this is a bit ↵Frank Karlitschek2012-06-091-6/+12
| | | | more tricky.
* fix infinite redirect during setup for windows hostsRobin Appelman2012-06-091-1/+1
|
* fix loading of OC::$REQUESTEDAPP if WTFE the app parameter is given but ↵Georg Ehrke2012-06-081-1/+1
| | | | empty aka /?app
* backport the password salting fix.Frank Karlitschek2012-06-082-3/+7
| | | | a salt is generated during setup and used to salt the user password hases in the database backend
* Supress any warnings if log file does not existMichael Gapczynski2012-06-051-1/+1
|
* fi login for hosts running n port 80Frank Karlitschek2012-06-051-2/+2
|
* CLI is no availabe in stable4Frank Karlitschek2012-06-051-7/+5
|
* more reliable host detection for reverse proxy scenariosFrank Karlitschek2012-06-051-7/+12
|
* load authentication apps before checking wether user exists. fixes oc-910Arthur Schiwon2012-06-041-6/+7
|
* make it possible to load apps seperately. needed to fix oc-910 without ↵Arthur Schiwon2012-06-041-19/+14
| | | | breaking oc-863