Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added our own file extension .part will not work here if we use ↵ | Florin Peter | 2013-05-30 | 2 | -5/+5 |
| | | | | file_get_contents so we used our own extension '.etmp' | ||||
* | prevent files_versions from calling file proxy which calls files_encryption ↵ | Florin Peter | 2013-05-30 | 1 | -0/+17 |
| | | | | and do unnecessary load and file operations | ||||
* | fix share and un-share for single file | Florin Peter | 2013-05-30 | 1 | -23/+13 |
| | |||||
* | fixed problems with file_get_contents and file_put_contents this problem was ↵ | Florin Peter | 2013-05-30 | 3 | -127/+92 |
| | | | | related to text editor with big text files | ||||
* | Merge branch 'master' into file_encryption_external_storage_fixes | Florin Peter | 2013-05-30 | 18 | -725/+767 |
|\ | | | | | | | | | Conflicts: apps/files_encryption/hooks/hooks.php | ||||
| * | Merge pull request #3533 from owncloud/signature-delimiter | Thomas Tanghus | 2013-05-29 | 1 | -1/+1 |
| |\ | | | | | | | fix wrong signature delimiter - fix #3523 | ||||
| | * | fix wrong signature delimiter - fix #3523 | Morris Jobke | 2013-05-29 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #3507 from owncloud/remove_unused_vars | Morris Jobke | 2013-05-29 | 16 | -722/+761 |
| |\ \ | | |/ | |/| | remove unused varaibles | ||||
| | * | reformat code | Florin Peter | 2013-05-29 | 2 | -16/+16 |
| | | | |||||
| | * | changed " to ' | Florin Peter | 2013-05-29 | 3 | -13/+13 |
| | | | |||||
| | * | Merge branch 'master' into remove_unused_vars | Florin Peter | 2013-05-29 | 2 | -23/+34 |
| | |\ | | |/ | |/| | |||||
| * | | Merge pull request #3532 from owncloud/scan-update | Michael Gapczynski | 2013-05-29 | 1 | -6/+9 |
| |\ \ | | | | | | | | | Only update metadata that has changed | ||||
| | * | | Organize conditionals in a better order | Michael Gapczynski | 2013-05-29 | 1 | -8/+4 |
| | | | | |||||
| | * | | Only update metadata that has changed | Michael Gapczynski | 2013-05-29 | 1 | -2/+9 |
| | | | | |||||
| | | * | changed l10n to full sentences | Florin Peter | 2013-05-29 | 1 | -14/+25 |
| | | | | |||||
| | | * | changes l10n after review | Florin Peter | 2013-05-29 | 1 | -5/+5 |
| | | | | |||||
| | | * | changes after review | Florin Peter | 2013-05-29 | 1 | -1/+5 |
| | | | | |||||
| | | * | Merge branch 'master' into remove_unused_vars | Florin Peter | 2013-05-29 | 692 | -33031/+2589 |
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/hooks/hooks.php apps/files_encryption/lib/proxy.php apps/files_encryption/lib/session.php apps/files_encryption/lib/stream.php | ||||
| | | * \ | Merge branch 'master' into remove_unused_vars | Florin Peter | 2013-05-28 | 550 | -1978/+2058 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/lib/session.php apps/files_encryption/lib/util.php | ||||
| | | * | | | $_POST["adminEnableRecovery"] is a string | Björn Schießle | 2013-05-28 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | changed to public log api | Florin Peter | 2013-05-27 | 4 | -16/+16 |
| | | | | | | |||||
| | | * | | | replace == with === and replace != with !== | Florin Peter | 2013-05-27 | 9 | -58/+52 |
| | | | | | | |||||
| | | * | | | changed basic auth to test user | Florin Peter | 2013-05-27 | 1 | -3/+3 |
| | | | | | | |||||
| | | * | | | Merge branch 'master' into remove_unused_vars | Björn Schießle | 2013-05-27 | 4 | -15/+13 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/hooks/hooks.php apps/files_encryption/lib/crypt.php apps/files_encryption/lib/proxy.php | ||||
| | | * | | | | replace == with === | Björn Schießle | 2013-05-27 | 2 | -3/+3 |
| | | | | | | | |||||
| | | * | | | | reformat code | Florin Peter | 2013-05-27 | 11 | -660/+694 |
| | | | | | | | |||||
| | | * | | | | Merge branch 'master' into remove_unused_vars | Florin Peter | 2013-05-27 | 3 | -310/+402 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/lib/util.php | ||||
| | | * | | | | | fix tests, after unused variables are removed | Björn Schießle | 2013-05-27 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | * | | | | | remove unused varaibles | Björn Schießle | 2013-05-27 | 2 | -4/+2 |
| | | | | | | | | |||||
* | | | | | | | | fixes for pgsql | Florin Peter | 2013-05-29 | 1 | -4/+4 |
| | | | | | | | | |||||
* | | | | | | | | changed deprecated class | Florin Peter | 2013-05-29 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | fixed typo | Florin Peter | 2013-05-29 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | fixes if cache returns false | Florin Peter | 2013-05-29 | 1 | -6/+16 |
| | | | | | | | | |||||
* | | | | | | | | fix $parent/$source typo | Florin Peter | 2013-05-29 | 1 | -2/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'master' into file_encryption_external_storage_fixes | Florin Peter | 2013-05-29 | 573 | -2123/+2248 |
|\| | | | | | | | |||||
| * | | | | | | | Merge pull request #3530 from owncloud/cache-mimeicon | icewind1991 | 2013-05-29 | 1 | -17/+25 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | Cache mimetype icons | ||||
| | * | | | | | | Style fixes | Michael Gapczynski | 2013-05-29 | 1 | -21/+21 |
| | | | | | | | | |||||
| | * | | | | | | Cache mimetype icons | Robin Appelman | 2013-05-29 | 1 | -7/+15 |
| |/ / / / / / | |||||
| * / / / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-29 | 552 | -1868/+1887 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #3511 from owncloud/sessionclass | icewind1991 | 2013-05-28 | 20 | -238/+336 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Abstract session access away in a class | ||||
| | * | | | | | didn't mean to commit this yet | Robin Appelman | 2013-05-28 | 5 | -670/+0 |
| | | | | | | | |||||
| | * | | | | | fixed missing convert to new session handler | Florin Peter | 2013-05-28 | 1 | -3/+2 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'sessionclass' of https://github.com/owncloud/core into ↵ | Florin Peter | 2013-05-28 | 5 | -8/+548 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | sessionclass | ||||
| | | * | | | | | implement ArrayInterface with Session | Robin Appelman | 2013-05-28 | 5 | -8/+548 |
| | | | | | | | | |||||
| | * | | | | | | fixed encryption session namespace to avoid problems | Florin Peter | 2013-05-28 | 5 | -11/+11 |
| | |/ / / / / | |||||
| | * | | | | | merge master into sessionclass | Robin Appelman | 2013-05-28 | 669 | -32892/+2398 |
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | * | | | | | fix syntax error | Robin Appelman | 2013-05-28 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | provide a dummy session for CLI | Robin Appelman | 2013-05-28 | 1 | -0/+2 |
| | | | | | | | |||||
| | * | | | | | check fix if session start is successfull | Robin Appelman | 2013-05-28 | 1 | -1/+2 |
| | | | | | | | |||||
| | * | | | | | Fix session not working error | Robin Appelman | 2013-05-28 | 2 | -2/+4 |
| | | | | | | |