summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge pull request #1524 from owncloud/fix_ldaps_tls_settingblizzz2013-02-072-4/+16
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | TypoArthur Schiwon2013-02-071-1/+1
| * | | | | | | | | | LDAP: better detect timeouts. do not try to reconnect. do not try to bind whe...Arthur Schiwon2013-02-061-3/+10
| * | | | | | | | | | LDAP: when ldaps and tls are configured, disable the latter one - they do not...Arthur Schiwon2013-02-061-0/+5
| * | | | | | | | | | LDAP: info string improvedArthur Schiwon2013-02-061-1/+1
* | | | | | | | | | | Merge pull request #1451 from eMerzh/fix_1065Thomas Müller2013-02-071-0/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add Redirect to getUrlContent fix #1065Brice Maron2013-02-041-0/+3
* | | | | | | | | | | | Merge pull request #1518 from schiesbn/trash_layout_fixblizzz2013-02-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | add class hascontrols to trash bin file tableBjörn Schießle2013-02-071-1/+1
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #1522 from schiesbn/trash_bin_fixBjörn Schießle2013-02-075-9/+8
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | remove debug outputBjörn Schießle2013-02-071-1/+0
| * | | | | | | | | | | rename OCA_Trash to OCA\Files_TrashbinBjörn Schießle2013-02-075-7/+7
| * | | | | | | | | | | OCA_Versions is now known as OCA\Files_VersionsBjörn Schießle2013-02-071-1/+1
|/ / / / / / / / / / /
* | | | | | / / / / / [tx-robot] updated from transifexJenkins for ownCloud2013-02-07339-4724/+6613
| |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #1500 from chriskoch/patch-1Frank Karlitschek2013-02-061-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update lib/public/util.phpChristian Koch2013-02-061-2/+2
* | | | | | | | | | | Merge pull request #1509 from owncloud/correct-public-contacts-testsLukas Reschke2013-02-062-6/+6
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Correct lib/public/contacts.php testsBart Visscher2013-02-062-6/+6
* | | | | | | | | | | Merge pull request #1443 from owncloud/use-module-file-info-masterLukas Reschke2013-02-063-1/+23
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | we get best results regarding mime type detection if we use fileinfo - let's ...Thomas Mueller2013-02-043-1/+23
* | | | | | | | | | | | Merge pull request #1506 from owncloud/files_encryptionLukas Reschke2013-02-066-42/+32
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Reverted fix temporarily; another fix by LukasReschke is awaiting mergeSam Tuke2013-02-061-1/+3
| * | | | | | | | | | | | Merge branch 'master' into files_encryptionSam Tuke2013-02-0615-24/+497
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Added commentSam Tuke2013-02-062-1/+2
| * | | | | | | | | | | | Removed debugging codeSam Tuke2013-02-062-2/+2
| * | | | | | | | | | | | Added commentsSam Tuke2013-02-061-7/+15
| * | | | | | | | | | | | Fixed bug causing password change related hooks to not be called due to ajaxSam Tuke2013-02-061-0/+2
| * | | | | | | | | | | | Fixed syntax bugSam Tuke2013-02-061-2/+2
| * | | | | | | | | | | | Merge branch 'master' into files_encryptionSam Tuke2013-02-065-6/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Removed call to depreciated isUserVerified()Sam Tuke2013-02-061-3/+1
| * | | | | | | | | | | | Merge branch 'master' into files_encryptionSam Tuke2013-02-06168-2697/+1390
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Development snapshotSam Tuke2013-02-063-21/+5
| * | | | | | | | | | | | | Fixed bug causing encrypted files to be doubly encrypted at loginSam Tuke2013-02-063-14/+9
* | | | | | | | | | | | | | Merge pull request #1498 from schiesbn/delete_trashLukas Reschke2013-02-065-0/+91
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | copy&paste bug, no fetchAll() needed hereBjörn Schießle2013-02-061-1/+1
| * | | | | | | | | | | | | | delete debug codeBjörn Schießle2013-02-061-1/+1
| * | | | | | | | | | | | | | allow to delete single files from the trash bin permanentlyBjörn Schießle2013-02-065-0/+91
* | | | | | | | | | | | | | | Merge pull request #1363 from owncloud/FixPasswordChangeLukas Reschke2013-02-061-8/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix indentationLukas Reschke2013-01-301-1/+1
| * | | | | | | | | | | | | | Remove the no longer existing function "isUserVerified"Lukas Reschke2013-01-301-7/+1
* | | | | | | | | | | | | | | Merge pull request #1502 from owncloud/gitignore-cloud9Thomas Müller2013-02-061-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | gitignore Cloud9IDE system folderJan-Christoph Borchardt2013-02-061-0/+1
* | | | | | | | | | | | | | | | Merge pull request #1501 from owncloud/fix-shorttagJan-Christoph Borchardt2013-02-061-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | fix shorttag issue mentioned in #1357Jan-Christoph Borchardt2013-02-061-2/+2
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #1472 from owncloud/files_versions-cleanupThomas Müller2013-02-066-12/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Only calculate md5 of local file onceBart Visscher2013-02-051-1/+2
| * | | | | | | | | | | | | | | Change files_versions namespace to OCA\Files_VersionsBart Visscher2013-02-056-11/+11
* | | | | | | | | | | | | | | | Merge pull request #1438 from owncloud/phpunit-tests-win32-masterFrank Karlitschek2013-02-062-0/+464
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | PHPUnit support for Windows addedThomas Mueller2013-02-042-0/+464
| | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #1459 from owncloud/infield-detailJan-Christoph Borchardt2013-02-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | |