Commit Graph

31 Commits (12f4494de02457d51004ca6a82c1b2160189819f)

Author SHA1 Message Date
Florin Peter dc8bcf0688 reformat code 13 years ago
Björn Schießle 471d2b732c introduce decryptPrivateKey() method which also checks if the result is a valid private key to avoid additional checks on various places 13 years ago
Florin Peter 4b4b447e2a fixed missing convert to new session handler 13 years ago
Florin Peter 6f9e425939 fix for losing private key while being logged in and accessing a public link 13 years ago
Robin Appelman 9c99048429 fix syntax error 13 years ago
Robin Appelman 44f9af5a7f Use the new session wrapper 13 years ago
Florin Peter 7224fc98b2 replace == with === and replace != with !== 13 years ago
Florin Peter 5d32e214b7 reformat code 13 years ago
Florin Peter 6c8de5ae6d fixes after review from @DeepDiver1975 13 years ago
Björn Schießle a9ebf2aabe fix public link share if a user is logged in 13 years ago
Florin Peter 3b850a2524 reformat code added and changed phpdoc 13 years ago
Florin Peter 5d572c3449 update phpdoc 13 years ago
Florin Peter 61ed347d26 added handling for public file access via files_sharing link 13 years ago
Björn Schießle 517efdf952 don't create a recovery user, only generate recovery key similar to the public link share key 13 years ago
Björn Schießle d1e2e47592 generate random key name for share key to avoid name conflicts 13 years ago
Sam Tuke c8946ea608 Added support for user-specified password for adminRecovery account in admin settings page 13 years ago
Sam Tuke ba29147e34 Fixed recoveryadmin settings in user and admin settings pages (js, templates, ajax) 13 years ago
Björn Schießle c3a284569b make sure that public-keys dir exists 13 years ago
Sam Tuke 400cf5beb3 Fixed naming bug of public owncloud key dir, which caused new keypair to be generated on each pageload 13 years ago
Björn Schießle 8c35bbcba7 remove debug output, fix typo in file names 13 years ago
Björn Schießle 5005195db0 create keypair for ownCloud with empty passphrase, will be used for public link shares 13 years ago
Sam Tuke 20b1d12cbf Fixed comment typo, wrapped return value conditional on var assignment in session{} 13 years ago
Sam Tuke 06847f609b Improved support for detecting and recrypting legacy files. Bugs remain. 13 years ago
Sam Tuke 094213e231 Fixed many coding guidelines issues 13 years ago
Sam Tuke 665261dc9a Development snapshot, mocking out Session{} for crypt unit tests 13 years ago
Sam Tuke a00dd2d5d6 Revert "Revert "Development snapshot"" 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 14 years ago
Bart Visscher 0e58800016 Whitespace fixes in apps 14 years ago
Thomas Tanghus 748fcabba4 Added CSRF checks to files_versions. Expect some error messages - and report them ;) 14 years ago
Bjoern Schiessle e248412ca9 use getStorage() to get versions location 14 years ago
Sam Tuke a775deaf22 Moved hooks and versions.php into new lib directory 14 years ago
Sam Tuke 72215a818d added new user settings interface for deleting old file versions 14 years ago
Thomas Mueller 583dce5276 removing executable bit - again 14 years ago
Frank Karlitschek 1945cd6946 ported the oc_template class 14 years ago
Frank Karlitschek 43caa3b3b9 ported oc_json 14 years ago
Thomas Tanghus f6fefe9a36 Contacts: Ensure TYPE parameters on email aren't deleted on edit. They are still not shown in the UI. 14 years ago
Georg Ehrke 69ee0efc0b remove the require_once lib base from all (or nearly all) files 14 years ago
Thomas Tanghus 31dab0372d Added some fixes for what to show when address books are (de)selected, all contacts deleted etc. Still need some cleaning up. 14 years ago
Thomas Tanghus ae426ad115 Added some check for when addinf deleting contacts. 14 years ago
Thomas Tanghus 0c5eb542bd Fixed broken "Add new" contact. 14 years ago
Thomas Tanghus c0c6b5310e Added files for new contact editor/viewer. 14 years ago
Thomas Tanghus feeb0c742a Misc. changes after review by bartv. 14 years ago
Thomas Tanghus b3661adf02 Various fixes to multiple address books handling 14 years ago
Bart Visscher 7e990a8e5c Contacts: refactor common ajax functions to OC_Contacts_App 14 years ago
Bart Visscher 247146f703 Contacts: refactor rendering of part.details template 14 years ago
Tom Needham dd7a411f9a Disable save button while saving. Streamlined code. 14 years ago
Bart Visscher ef124c3e21 Use a function to generate select options 14 years ago
Bart Visscher f4782a7690 Check if the application is actually enabled 14 years ago
Bart Visscher 17e631bc5e Use OC_JSON for json responses 14 years ago