Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | add missing argument $query | Thomas Müller | 2013-11-08 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | use empty to check for null and '' | Jörn Friedrich Dreyer | 2013-11-08 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | fix enabling apps for oracle cornercase | Jörn Friedrich Dreyer | 2013-11-06 | 1 | -3/+23 | |
| | | | | ||||||
| * | | | Merge pull request #5723 from owncloud/stable5-strayremembermecookiesfix | Owen Winkler | 2013-11-07 | 1 | -0/+5 | |
| |\ \ \ | | | | | | | | | | | Now removing stray old cookies from 5.0.12 | |||||
| | * | | | Now removing stray old cookies from 5.0.12 | Vincent Petry | 2013-11-06 | 1 | -0/+5 | |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cookies from 5.0.12 seemed to have an extra slash in the path. Firefox doesn't allow to remove them if the trailing slash isn't there, thus making it impossible to logout correctly. This fix adds extra code to delete such stray cookies. | |||||
| * / / | add debug output related to app enablement | Jörn Friedrich Dreyer | 2013-11-06 | 2 | -8/+21 | |
| |/ / | ||||||
| * | | let's increase the version number once more | Frank Karlitschek | 2013-11-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | we create the cookies for the url path \OC::$WEBROOT - as a result we shall ↵ | Thomas Müller | 2013-11-05 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | 'remove' them with the same path unsetMagicInCookie() is supposed to be static | |||||
| * | | 5.0.13v5.0.13 | Frank Karlitschek | 2013-11-05 | 1 | -2/+2 | |
| | | | ||||||
| * | | When updating an appstore app, execute a database update | Bart Visscher | 2013-11-01 | 1 | -1/+5 | |
| | | | | | | | | | | | | See #5202 | |||||
| * | | 5.0.13 RC1 | Frank Karlitschek | 2013-11-01 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge pull request #5583 from frisco82/backportCookieChanges | Thomas Müller | 2013-10-31 | 1 | -5/+5 | |
| |\ \ | | | | | | | | | Backport of #3985 (Invalid remember me token) | |||||
| | * | | Fix logout issue with tokens | Ramiro Aparicio | 2013-10-28 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | Merge pull request #5640 from owncloud/backport_executeaudited_stable5 | Thomas Müller | 2013-10-31 | 2 | -77/+229 | |
| |\ \ \ | | | | | | | | | | | Backport executeaudited stable5 | |||||
| | * | | | adding second argument to DatabaseException | Thomas Müller | 2013-10-31 | 1 | -6/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | updated some PHPDoc comments fixing undefined variable in line 789 - actually unrelated but well .... | |||||
| | * | | | remove leftover execute() and unused variables | Jörn Friedrich Dreyer | 2013-10-31 | 1 | -8/+7 | |
| | | | | | ||||||
| | * | | | use executeAudited() for all cache queries | Jörn Friedrich Dreyer | 2013-10-30 | 1 | -74/+142 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/files/cache/cache.php | |||||
| | * | | | backport executeAudited() | Jörn Friedrich Dreyer | 2013-10-30 | 1 | -1/+75 | |
| | | | | | ||||||
| * | | | | Merge pull request #5647 from owncloud/fix4390_stable5 | Thomas Müller | 2013-10-31 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | Fix4390 stable5 | |||||
| | * | | | | disable MDB2_PORTABILITY_RTRIM | Jörn Friedrich Dreyer | 2013-10-31 | 1 | -1/+1 | |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | fixes dnd into folders ending in whitespace on oracle unnecessary portability option because only affects fixed length character columns. luckily we dont have that kind of columns: the text datatype is transformed into varchar by MDB2 | |||||
| * | | | | Merge pull request #5574 from owncloud/fixing-5271-stable5 | Thomas Müller | 2013-10-31 | 1 | -0/+2 | |
| |\ \ \ \ | | | | | | | | | | | | | we should check if a user is logged in before we check for admin privile... | |||||
| | * | | | | call \OC_Util::checkLoggedIn() on checkSubAdminUser() as well | Thomas Müller | 2013-10-30 | 1 | -0/+1 | |
| | | | | | | ||||||
| | * | | | | we should check if a user is logged in before we check for admin privilege | Thomas Müller | 2013-10-28 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #5579 from owncloud/backport_5496 | Thomas Müller | 2013-10-31 | 1 | -0/+18 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | backport of #5496, fixes #5421 for stable5 | |||||
| | * | | | | | backport of #5496, fixes #5421 for stable5 | Jörn Friedrich Dreyer | 2013-10-28 | 1 | -0/+18 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #5327 from owncloud/backport-4867-stable5 | Thomas Müller | 2013-10-31 | 3 | -9/+82 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | [stable5] Adding detection of aborted uploads for chunked uploads | |||||
| | * | | | | | fixes #5367 | Thomas Müller | 2013-10-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/connector/sabre/file.php | |||||
| | * | | | | | fixes #5367 | Thomas Müller | 2013-10-28 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/connector/sabre/file.php | |||||
| | * | | | | | Merge branch 'stable5' into backport-4867-stable5 | Thomas Müller | 2013-10-28 | 7 | -9/+33 | |
| | |\| | | | | ||||||
| | * | | | | | minimize diff for easier review | Thomas Müller | 2013-10-14 | 1 | -32/+35 | |
| | | | | | | | ||||||
| | * | | | | | adding detection of aborted uploads | Thomas Müller | 2013-10-14 | 1 | -43/+64 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/connector/sabre/directory.php | |||||
| | * | | | | | returning the number of stored bytes in store() and adding cleanup() method | Thomas Müller | 2013-10-14 | 1 | -1/+22 | |
| | | | | | | | ||||||
| | * | | | | | adding size() to the file cache | Thomas Müller | 2013-10-14 | 1 | -0/+18 | |
| | | |_|_|/ | | |/| | | | ||||||
| * | | | | | Merge pull request #5630 from owncloud/backport_home_storage_stable5 | Thomas Müller | 2013-10-31 | 3 | -1/+49 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | backport home storage to stable5 | |||||
| | * | | | | | backport home storage to stable5 | Jörn Friedrich Dreyer | 2013-10-30 | 3 | -1/+49 | |
| | | |_|/ / | | |/| | | | ||||||
| * | | | | | Merge pull request #5487 from ↵ | Frank Karlitschek | 2013-10-30 | 1 | -3/+3 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/backport_search_in_shared_files_to_stable5 backport search in shared files to stable5 | |||||
| | * | | | | | backport search in shared files to stable5 | Jörn Friedrich Dreyer | 2013-10-23 | 1 | -3/+3 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #5613 from owncloud/upload_to_shared | Jörn Friedrich Dreyer | 2013-10-30 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | fix check if we upload to /Shared | |||||
| | * | | | | | fix check if we upload to /Shared | Bjoern Schiessle | 2013-10-29 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #5513 from owncloud/fix_file_cache_updater | Björn Schießle | 2013-10-29 | 2 | -12/+40 | |
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | Fix file cache updater | |||||
| | * | | | | | make getUidAndFilename() private | Bjoern Schiessle | 2013-10-29 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | make sure that we operate on the owners Path because this path needs to be ↵ | Bjoern Schiessle | 2013-10-29 | 1 | -12/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated check the storage for every iteration to make sure that we update the correct cache entry | |||||
| | * | | | | | remove debug output, add comment | Bjoern Schiessle | 2013-10-28 | 1 | -4/+1 | |
| | | | | | | | ||||||
| | * | | | | | check storage for every iteration | Bjoern Schiessle | 2013-10-28 | 1 | -4/+11 | |
| | | | | | | | ||||||
| | * | | | | | changed the logic, this should fix the tests | Bjoern Schiessle | 2013-10-24 | 2 | -5/+2 | |
| | | | | | | | ||||||
| | * | | | | | remove debug code | Bjoern Schiessle | 2013-10-24 | 1 | -4/+0 | |
| | | | | | | | ||||||
| | * | | | | | resolvePath() needs to resolve the path for the owner, otherwise it doesn't ↵ | Bjoern Schiessle | 2013-10-24 | 1 | -13/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | work for Shared files correctFolder() correct folder for the owner of the file. The Shared folder for the other users gets updated by the files_sharing app | |||||
| | * | | | | | return -1 if file is empty otherwise we run into infinite loops | Bjoern Schiessle | 2013-10-24 | 1 | -1/+5 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #5465 from owncloud/create-custom-logfile-stable5 | Thomas Müller | 2013-10-27 | 1 | -1/+11 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | Stable5: Try to create custom log file before falling back to default. | |||||
| | * | | | | | Try to create custom log file before falling back to default. | Andreas Fischer | 2013-10-22 | 1 | -1/+11 | |
| | | | | | | |