Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing strange character | Thomas Müller | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | unset UserID after Update | Arthur Schiwon | 2012-10-18 | 1 | -0/+1 |
| | |||||
* | Expectation should be first parameter | Lukas Reschke | 2012-10-18 | 1 | -6/+6 |
| | |||||
* | Expectation should be first parameter | Lukas Reschke | 2012-10-18 | 1 | -2/+2 |
| | |||||
* | check if mount point was already loaded to avoid redundant read operations | Björn Schießle | 2012-10-18 | 1 | -1/+8 |
| | |||||
* | typo from previous commit fixed | Björn Schießle | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | load system wide configured mount points before accessing shared files | Björn Schießle | 2012-10-18 | 2 | -48/+57 |
| | |||||
* | check for mount points if file was shared from a different user | Björn Schießle | 2012-10-18 | 2 | -15/+28 |
| | |||||
* | Merge pull request #39 from scambra/date-l10n-fixes | Thomas Müller | 2012-10-18 | 6 | -14/+26 |
|\ | | | | | Date l10n fixes | ||||
| * | don't duplicate locales with country code | scambra | 2012-10-16 | 1 | -2/+3 |
| | | |||||
| * | Translate modification date when file is created/uploaded, use same strings ↵ | scambra | 2012-10-16 | 1 | -5/+4 |
| | | | | | | | | as lib/template.php | ||||
| * | Use strftime to format date with translated month names | scambra | 2012-10-16 | 5 | -9/+21 |
| | | |||||
* | | fix oc-605 | Jörn Friedrich Dreyer | 2012-10-18 | 2 | -9/+11 |
| | | |||||
* | | when using oracle use LOWER() to make searching files case insensitive | Jörn Friedrich Dreyer | 2012-10-18 | 1 | -2/+8 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-18 | 220 | -4759/+3746 |
| | | |||||
* | | Merge pull request #37 from scambra/js-interpolation-l10n | Thomas Müller | 2012-10-17 | 3 | -17/+17 |
|\ \ | | | | | | | use interpolation for some translations in js | ||||
| * | | use interpolation for some translations in js | scambra | 2012-10-16 | 3 | -17/+17 |
| |/ | |||||
* | | core.js and core.css don't need to be absolute | Bart Visscher | 2012-10-17 | 2 | -3/+14 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-17 | 9 | -9/+9 |
| | | |||||
* | | From now on we support two german translation: formal and personal | Thomas Mueller | 2012-10-16 | 1 | -1/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-16 | 77 | -551/+2719 |
| | | |||||
* | | remove apps translations - they live in owncloud/apps now | Thomas Mueller | 2012-10-16 | 770 | -133244/+0 |
| | | |||||
* | | Fix unshareAll() | Michael Gapczynski | 2012-10-16 | 1 | -2/+4 |
| | | |||||
* | | Delete user files in /data/ after deleting a user | Lukas Reschke | 2012-10-16 | 1 | -0/+4 |
| | | |||||
* | | Add unshareAll() function to Share API | Michael Gapczynski | 2012-10-16 | 1 | -0/+14 |
| | | |||||
* | | Merge pull request #36 from scambra/filecache-fixes | icewind1991 | 2012-10-16 | 2 | -1/+10 |
|\ \ | | | | | | | delete fscache on deleting user | ||||
| * | | delete fscache on deleting user | scambra | 2012-10-16 | 2 | -1/+10 |
| |/ | |||||
* / | Use `get_magic_quotes_gpc()` to determine if magic_quotes is enabled | Lukas Reschke | 2012-10-16 | 1 | -1/+1 |
|/ | | | | set_magic_quotes_runtime gives a PHP warning | ||||
* | Set oc_token to httponly | Lukas Reschke | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Merge pull request #31 from visit1985/persistentcookies | Lukas Reschke | 2012-10-16 | 3 | -14/+70 |
|\ | | | | | reresubmit: improved persistent cookies :) | ||||
| * | 128byte is not 128bit - now we realy use 256bit (same as PHPSESSID) | Michael Göhler | 2012-10-15 | 3 | -4/+4 |
| | | |||||
| * | extend configkey column to hold 128bit values | Michael Göhler | 2012-10-14 | 2 | -2/+2 |
| | | |||||
| * | implement fixed php session timeout and session id regeneration | Michael Göhler | 2012-10-14 | 1 | -0/+22 |
| | | |||||
| * | removed username and password from token generation | Michael Göhler | 2012-10-14 | 1 | -2/+2 |
| | | |||||
| * | fixed typo and redundant method call | Michael Göhler | 2012-10-14 | 1 | -2/+1 |
| | | |||||
| * | added a warning message to the log when a cookie is rejected | Michael Göhler | 2012-10-14 | 1 | -0/+1 |
| | | |||||
| * | fixed wrong variable usage | Michael Göhler | 2012-10-14 | 1 | -5/+5 |
| | | |||||
| * | call unsetMagicInCookie if token is invalid | Michael Göhler | 2012-10-14 | 1 | -2/+2 |
| | | |||||
| * | forgot a class name | Michael Göhler | 2012-10-14 | 1 | -2/+2 |
| | | |||||
| * | delete all tokens on password change | Michael Göhler | 2012-10-14 | 2 | -3/+7 |
| | | |||||
| * | further improvements on multiple login token support | Michael Göhler | 2012-10-14 | 1 | -3/+13 |
| | | | | | | | | | | | | outdated tokens are deleted before checking against cookies if an invalid token is used we delete all stored tokens for saveness used token will be replaced by a new one after successful authentication | ||||
| * | improve token security | Michael Göhler | 2012-10-14 | 1 | -1/+1 |
| | | | | | | | | switched from time() to internal method OC_Util::generate_random_bytes() | ||||
| * | Make the lifetime of the remember login cookie | Bart Visscher | 2012-10-14 | 3 | -5/+9 |
| | | |||||
| * | Cleanup login tokens on login success | Bart Visscher | 2012-10-14 | 1 | -0/+13 |
| | | |||||
| * | Add support for multiple login cookie tokens | Bart Visscher | 2012-10-14 | 1 | -9/+12 |
| | | |||||
* | | normalize path to avoid problems with trailing slashes, double-slashes, etc. | Björn Schießle | 2012-10-16 | 1 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-16 | 106 | -1370/+6973 |
| | | |||||
* | | Make enhanced auth configurable | Lukas Reschke | 2012-10-16 | 3 | -15/+24 |
| | | |||||
* | | Don't add the enhanced auth time to the configuration | Lukas Reschke | 2012-10-16 | 1 | -4/+1 |
| | | |||||
* | | Set a standard value for enhanced auth time | Lukas Reschke | 2012-10-16 | 1 | -1/+1 |
| | |