Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5.0.12v5.0.12 | Frank Karlitschek | 2013-10-03 | 1 | -2/+2 |
| | |||||
* | set rememberlogin to false for the encryption app | Bjoern Schiessle | 2013-09-30 | 1 | -0/+1 |
| | |||||
* | check every enabled app if the remember login feature needs to be disabled | Bjoern Schiessle | 2013-09-30 | 1 | -3/+13 |
| | |||||
* | introduce OC_Util::rememberLoginAllowed() | Bjoern Schiessle | 2013-09-30 | 3 | -4/+15 |
| | | | | | | Conflicts: core/templates/login.php lib/util.php | ||||
* | don't remember login if the encrypion app is enabled because the user | Bjoern Schiessle | 2013-09-30 | 3 | -5/+25 |
| | | | | | | | | needs to log-in again in order to decrypt his private key with his password Conflicts: core/templates/login.php lib/util.php | ||||
* | 5.0.12 RC1 | Frank Karlitschek | 2013-09-27 | 1 | -2/+2 |
| | |||||
* | Merge pull request #4948 from owncloud/fix-inputfields | VicDeo | 2013-09-26 | 1 | -1/+0 |
|\ | | | | | fix visual glitch, do not use black border for input fields | ||||
| * | fix visual glitch, do not use black border for input fields | Jan-Christoph Borchardt | 2013-09-23 | 1 | -1/+0 |
| | | |||||
* | | we can leave the loop if the permission of the link share was checked | Bjoern Schiessle | 2013-09-26 | 1 | -3/+1 |
| | | |||||
* | | check only permission from link-share to decide if public upload is enabled ↵ | Bjoern Schiessle | 2013-09-26 | 1 | -1/+3 |
| | | | | | | | | or disabled | ||||
* | | Merge pull request #4954 from owncloud/fix-link-expiration-stable5 | Andreas Fischer | 2013-09-24 | 4 | -10/+215 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport of sharing fixes to stable5 * owncloud/fix-link-expiration-stable5: Calculate dateInPast and dateInFuture. Compare objects directly. Also use $expected and $actual. Add database tests for INSERT/SELECT date format. Add comment explaining how $dateInFuture was picked. Coding style: { for methods start are supposed to be on the same line. Expiration tests for sharing with groups. Do not repeat shareUserOneTestFileWithUserTwo() code. Make dates test class properties. Try to make Oracle happy by also specifying seconds. Test whether a still-valid user share is still accessible. Test whether an expired user share is still accessible. | ||||
| * | | Calculate dateInPast and dateInFuture. | Andreas Fischer | 2013-09-24 | 1 | -5/+8 |
| | | | |||||
| * | | Compare objects directly. Also use $expected and $actual. | Andreas Fischer | 2013-09-24 | 1 | -6/+6 |
| | | | |||||
| * | | Add database tests for INSERT/SELECT date format. | Andreas Fischer | 2013-09-23 | 3 | -0/+80 |
| | | | |||||
| * | | Add comment explaining how $dateInFuture was picked. | Andreas Fischer | 2013-09-23 | 1 | -0/+2 |
| | | | |||||
| * | | Coding style: { for methods start are supposed to be on the same line. | Andreas Fischer | 2013-09-23 | 1 | -12/+6 |
| | | | |||||
| * | | Expiration tests for sharing with groups. | Andreas Fischer | 2013-09-23 | 1 | -6/+76 |
| | | | |||||
| * | | Do not repeat shareUserOneTestFileWithUserTwo() code. | Andreas Fischer | 2013-09-23 | 1 | -25/+22 |
| | | | |||||
| * | | Make dates test class properties. | Andreas Fischer | 2013-09-23 | 1 | -2/+5 |
| | | | |||||
| * | | Try to make Oracle happy by also specifying seconds. | Andreas Fischer | 2013-09-23 | 1 | -2/+2 |
| | | | |||||
| * | | Test whether a still-valid user share is still accessible. | Andreas Fischer | 2013-09-23 | 1 | -11/+34 |
| | | | |||||
| * | | Test whether an expired user share is still accessible. | Andreas Fischer | 2013-09-23 | 1 | -0/+33 |
|/ / | |||||
* | | remove deleted files while scanning | Robin Appelman | 2013-09-23 | 2 | -0/+12 |
| | | |||||
* | | initialize variable | Bjoern Schiessle | 2013-09-23 | 1 | -0/+1 |
| | | |||||
* | | calculate correct permissions while toggle the password protection | Bjoern Schiessle | 2013-09-23 | 1 | -1/+11 |
| | | |||||
* | | make sure that both $permissions and $oldPermissions have the same type | Bjoern Schiessle | 2013-09-23 | 1 | -1/+1 |
| | | |||||
* | | only remember password if the user changes the permissions, otherwise the ↵ | Bjoern Schiessle | 2013-09-23 | 1 | -3/+6 |
|/ | | | | | | | user disabled the password protection Conflicts: lib/public/share.php | ||||
* | Merge pull request #4924 from owncloud/fixing-4416-stable5 | Morris Jobke | 2013-09-22 | 1 | -1/+1 |
|\ | | | | | Fixing 4416 stable5 | ||||
| * | setting a default on filecache column unencrypted_size | Thomas Müller | 2013-09-20 | 1 | -1/+1 |
| | | |||||
* | | public.php - check if maintenance mode is enabled | Georg Ehrke | 2013-09-20 | 1 | -0/+1 |
|/ | |||||
* | adding comma to get cleaner diffs in the future | Thomas Müller | 2013-09-19 | 1 | -1/+1 |
| | |||||
* | no file actions during upload | Thomas Müller | 2013-09-19 | 1 | -1/+0 |
| | |||||
* | remove file action elements before recreating them | Thomas Müller | 2013-09-19 | 1 | -0/+5 |
| | |||||
* | store the permissions retrieved via ajax within the dom element | Thomas Müller | 2013-09-19 | 1 | -0/+6 |
| | |||||
* | add permissions of the file to the json response | Thomas Müller | 2013-09-19 | 1 | -1/+2 |
| | |||||
* | performance improvement, check configuration only if no private key exists | Bjoern Schiessle | 2013-09-18 | 1 | -16/+20 |
| | | | | backport from https://github.com/owncloud/core/commit/72eaf2894a540bc9280e144ba493db7fcde07eac | ||||
* | check if stream wrapper is already registered to avoid warning | Bjoern Schiessle | 2013-09-18 | 1 | -1/+3 |
| | |||||
* | Merge pull request #4827 from owncloud/backport-4719-stable5 | Thomas Müller | 2013-09-13 | 2 | -17/+21 |
|\ | | | | | some is_resource tests have been missing in #4701 | ||||
| * | some is_resource tests have been missing in #4701 | Thomas Müller | 2013-09-13 | 2 | -17/+21 |
| | | |||||
* | | Merge pull request #4821 from owncloud/fix_user_management | Frank Karlitschek | 2013-09-13 | 2 | -4/+4 |
|\ \ | |/ |/| | Fix user management | ||||
| * | Allow numeric group names | ringmaster | 2013-09-12 | 1 | -3/+3 |
| | | |||||
| * | Ensure creation of a JSON array, not an object. | ringmaster | 2013-09-12 | 1 | -1/+1 |
|/ | |||||
* | Improve IE Compatibility | Jörn Friedrich Dreyer | 2013-09-11 | 1 | -1/+2 |
| | | | | Added meta tags from HTML5 Boiler Plate to improve compatibility with IE7+. This fixes the issues with rendering. | ||||
* | never hack late night | Thomas Müller | 2013-09-11 | 1 | -6/+5 |
| | | | | | Conflicts: apps/files_external/lib/irods.php | ||||
* | test case for hooks send from a non-default view | Robin Appelman | 2013-09-10 | 1 | -0/+34 |
| | |||||
* | also emit hooks for views that are a subfolder of the user folder | Robin Appelman | 2013-09-10 | 1 | -32/+57 |
| | |||||
* | Merge branch 'stable5' of github.com:owncloud/core into stable5 | Thomas Müller | 2013-09-10 | 28 | -154/+251 |
|\ | |||||
| * | Workaround for IE 9 & 10 for clicking filelist after adding new item | Thomas Müller | 2013-09-10 | 1 | -1/+4 |
| | | | | | | | | manual backport of f4ec5182bdeaa611d13648b50d24f80501d92acd | ||||
| * | 5.0.11v5.0.11 | Frank Karlitschek | 2013-09-06 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #4551 from owncloud/fix_4533 | Björn Schießle | 2013-09-06 | 4 | -49/+60 |
| |\ | | | | | | | Handle part files correctly |