Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix initialization of OC_Filesystem setup from DAV | Bart Visscher | 2012-06-22 | 1 | -1/+1 |
| | |||||
* | Correct File cache error with postgresql | Brice Maron | 2012-06-22 | 1 | -0/+3 |
| | |||||
* | 4.0.3 | Frank Karlitschek | 2012-06-22 | 1 | -2/+2 |
| | |||||
* | Prefer requested app before redirecting to default page | Bart Visscher | 2012-06-21 | 1 | -1/+5 |
| | |||||
* | Remember result of OC_User::isLoggedIn, can be very expensive to check | Bart Visscher | 2012-06-21 | 1 | -2/+6 |
| | |||||
* | Only check for apps owncloud version requirment when there is a new owncloud ↵ | Bart Visscher | 2012-06-21 | 2 | -14/+16 |
| | | | | version | ||||
* | fix saved file size for uploaded files | Robin Appelman | 2012-06-21 | 1 | -4/+4 |
| | |||||
* | truncate decrypted files based on size | Robin Appelman | 2012-06-21 | 1 | -13/+9 |
| | |||||
* | check if the data directory is accessible via http. Show a big security ↵ | Frank Karlitschek | 2012-06-21 | 1 | -0/+41 |
| | | | | warning if yes | ||||
* | fix mimetype for cdr files - bugfix for oc 559 | Georg Ehrke | 2012-06-21 | 1 | -1/+2 |
| | |||||
* | Only call OC_FileCache::get('/Shared') if it exists in the file cache, ↵ | Michael Gapczynski | 2012-06-20 | 1 | -1/+6 |
| | | | | prevents premature addition of the Shared folder to the file cache | ||||
* | fix encryption for binary files | Robin Appelman | 2012-06-20 | 1 | -2/+2 |
| | |||||
* | use absolute path for file proxies | Robin Appelman | 2012-06-20 | 1 | -5/+41 |
| | |||||
* | use new sanitize HTML function backported | Bjoern Schiessle | 2012-06-20 | 1 | -0/+1 |
| | | | | | | Conflicts: lib/template.php | ||||
* | backport of sanitizeHTML() function | Bjoern Schiessle | 2012-06-20 | 2 | -1/+26 |
| | |||||
* | don't show other users file if the filesystem is not index already | Robin Appelman | 2012-06-20 | 1 | -0/+3 |
| | |||||
* | Fix webdav property name compare | Bart Visscher | 2012-06-19 | 1 | -1/+1 |
| | |||||
* | Load app before running update script | Bart Visscher | 2012-06-19 | 1 | -0/+1 |
| | |||||
* | Don't use substr to get first char of string | Bart Visscher | 2012-06-19 | 7 | -12/+12 |
| | |||||
* | Smarter code for OC_FileProxy | Bart Visscher | 2012-06-19 | 1 | -16/+6 |
| | | | | | | Conflicts: lib/fileproxy.php | ||||
* | Add cache for getStorage and getInternalPath functions. | Bart Visscher | 2012-06-19 | 1 | -2/+10 |
| | | | | These are called for almost every file operation. | ||||
* | Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_File | Bart Visscher | 2012-06-19 | 2 | -5/+17 |
| | | | | Speeds up access of directories with large number of files. | ||||
* | Make check for writable apps dir configurable | Bart Visscher | 2012-06-19 | 1 | -1/+1 |
| | | | | | | Conflicts: config/config.sample.php | ||||
* | fixes oc-668 | Thomas Mueller | 2012-06-19 | 1 | -0/+6 |
| | |||||
* | quota calculation fixed | Bjoern Schiessle | 2012-06-19 | 1 | -1/+1 |
| | |||||
* | Reverting 249190c89bc1c2effd8aaad1052d9a0ccf0bfe37. Fixed in master | Victor Dubiniuk | 2012-06-19 | 1 | -1/+1 |
| | |||||
* | Fix mime-type detection | Victor Dubiniuk | 2012-06-19 | 1 | -1/+1 |
| | |||||
* | fixed broken function call | Bjoern Schiessle | 2012-06-18 | 1 | -2/+2 |
| | |||||
* | ignore "Shared"-directory when calculating free space | Bjoern Schiessle | 2012-06-18 | 1 | -2/+4 |
| | | | | | | Conflicts: lib/fileproxy/quota.php | ||||
* | Move user import to personal settings. Fix user migration between servers. | Tom Needham | 2012-06-15 | 1 | -26/+14 |
| | |||||
* | Backport CSRF prevention. | Thomas Tanghus | 2012-06-14 | 5 | -4/+115 |
| | |||||
* | Allow same host redirects (/somepath). | Thomas Tanghus | 2012-06-13 | 1 | -1/+2 |
| | |||||
* | Categories: Turned the debugging down a bit. | Thomas Tanghus | 2012-06-11 | 1 | -4/+4 |
| | |||||
* | 4.0.2 | Frank Karlitschek | 2012-06-10 | 1 | -2/+2 |
| | |||||
* | fix variable name and undefined index notice | Bartek Przybylski | 2012-06-10 | 1 | -1/+1 |
| | |||||
* | add function in filesystem to strip webroot | Bartek Przybylski | 2012-06-10 | 2 | -6/+15 |
| | |||||
* | handle encrypted images files in oc_image | Bartek Przybylski | 2012-06-10 | 1 | -4/+7 |
| | |||||
* | removing app access check, fix title for links in tiles | Bartek Przybylski | 2012-06-10 | 1 | -1/+5 |
| | |||||
* | git status | Bartek Przybylski | 2012-06-10 | 1 | -2/+30 |
| | |||||
* | paging not yet implemented. increasing pagesize to 100 as a temporary quickfix | Frank Karlitschek | 2012-06-09 | 1 | -2/+2 |
| | |||||
* | finally fix the updater. next is an automatic updater. but this is a bit ↵ | Frank Karlitschek | 2012-06-09 | 1 | -6/+12 |
| | | | | more tricky. | ||||
* | fix infinite redirect during setup for windows hosts | Robin Appelman | 2012-06-09 | 1 | -1/+1 |
| | |||||
* | fix loading of OC::$REQUESTEDAPP if WTFE the app parameter is given but ↵ | Georg Ehrke | 2012-06-08 | 1 | -1/+1 |
| | | | | empty aka /?app | ||||
* | backport the password salting fix. | Frank Karlitschek | 2012-06-08 | 2 | -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 exist | Michael Gapczynski | 2012-06-05 | 1 | -1/+1 |
| | |||||
* | fi login for hosts running n port 80 | Frank Karlitschek | 2012-06-05 | 1 | -2/+2 |
| | |||||
* | CLI is no availabe in stable4 | Frank Karlitschek | 2012-06-05 | 1 | -7/+5 |
| | |||||
* | more reliable host detection for reverse proxy scenarios | Frank Karlitschek | 2012-06-05 | 1 | -7/+12 |
| | |||||
* | load authentication apps before checking wether user exists. fixes oc-910 | Arthur Schiwon | 2012-06-04 | 1 | -6/+7 |
| | |||||
* | make it possible to load apps seperately. needed to fix oc-910 without ↵ | Arthur Schiwon | 2012-06-04 | 1 | -19/+14 |
| | | | | breaking oc-863 |