]> source.dussan.org Git - nextcloud-server.git/commit
add session class to handle all session operations
authorBjoern Schiessle <schiessle@owncloud.com>
Tue, 31 Mar 2015 09:15:47 +0000 (11:15 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 7 Apr 2015 11:30:28 +0000 (13:30 +0200)
commit0f28d538a0af769220bcba120f0a7340dd0aba5f
tree7c3dc65e4f1c9d7d4330563fb4c1eb7c6ed51827
parente0ab2c34eab970d82ddc6c9f5b3b752243fc716a
add session class to handle all session operations
apps/encryption/appinfo/application.php
apps/encryption/hooks/userhooks.php
apps/encryption/lib/exceptions/privatekeymissingexception.php [new file with mode: 0644]
apps/encryption/lib/keymanager.php
apps/encryption/lib/session.php [new file with mode: 0644]
apps/encryption/settings/settings-personal.php
lib/private/encryption/exceptions/privatekeymissingexception.php [deleted file]