nextcloud/core
Lukas Reschke d26a9c3c58 Add some security utilities
This adds some security utilities to core including:
- A library for basic crypto operations (e.g. to encrypt passwords)
- A better library for cryptographic actions which allows you to specify the charset
- A library for secure string comparisions

Remove .htaccess

Remove .htaccess

Fix typo

Add public API

Use timing constant comparision

Remove CBC constant

Adjust code

Remove confusing $this
2014-08-27 00:18:04 +02:00
..
ajax Add require_once to update.php due to routing 2014-08-22 11:39:05 +02:00
avatar Automatically Rotate Avatar based on exif data 2014-06-01 23:14:37 -07:00
command Warn user on resetting passwords via occ when encryption is enabled 2014-08-22 16:15:04 +02:00
css Add a trusted domain wizard 2014-08-21 22:22:35 +02:00
doc fix difference between packaged version and master 2013-08-17 10:33:11 +02:00
fonts make text preview backend use imagettftext, fixes #8087 2014-06-10 17:29:40 +02:00
img also use link icon for the folders .. 2014-07-30 11:07:16 +02:00
js Fix share dropdown when links are not allowed 2014-08-21 13:49:02 +02:00
l10n [tx-robot] updated from transifex 2014-08-26 01:56:33 -04:00
lostpassword - adding default value for $recoveryPassword 2014-07-24 12:50:39 +02:00
setup Add some security utilities 2014-08-27 00:18:04 +02:00
skeleton add a real examplefile instead of an .gitignore which is a bit stupid here 2013-10-04 10:21:33 +02:00
tags JS version of the OCP\ITags interface 2013-10-04 17:21:52 +02:00
templates Add some security utilities 2014-08-27 00:18:04 +02:00
register_command.php Added RepairStep interface and default repair step lists 2014-06-12 17:38:26 +02:00
routes.php Add update route to core 2014-08-19 15:40:08 +02:00
strings.php remove superfluous ?> at the end of .php files (left out apps/*/templates) 2012-07-09 16:51:16 +02:00