29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-25 14:53:01 +00:00
Commit Graph

126 Commits

Author SHA1 Message Date
wilsonge
87d03e7816 3.8.1 release
-----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - https://gpgtools.org
 
 iQIcBAABCgAGBQJZ1Nm1AAoJEADhUeOTPbALkdoP/RQTLo3iDRwK7QvRCT8blvHD
 ZEkYJpC+y+w4Cd2R01EZlptKDlOgCvShmdFewkhA6+rebRautAJZkDJd1O3DLlKn
 RchHPrCy6cPutsdLUO9FzqXxvfAWceohdK4vCR7w2hw0iy06Ww/7IEqLDz5bWhvL
 hn4s5cRPjQfc+xzp5eqrMQilEZOLI3m5YqMKseXzqxkFihHDW1BSmgFHS7lmaUYh
 rXEIcpGHXS/mW2OjicOEnFjC1h3NaYtagSyBtT+AzV9cb+Qi59gyuB1axmxABF+L
 JFL07HDL1nrC5UwbEevFNr98ArsH8W31Y6L4q4RmM3UUmNRyt3+/yV291Ia3Oqnd
 nFu9a7vCmA+x8wsWx+lJ1o8yuhw5v6ubJgl9SVYw4H82Yv2Ca4yhIg059WY7Vwwi
 pwZRPzXC5yHqN+ng0r13uRlqvWrM2H2ceeTLqSQjbs2Es1po8msU832BbLhRztgY
 Mvwh+TZLHtSM9Y1GPsOu30GZEjF5Dyv2g1nW/EGzYury/9V6I7BgzRH6sgnhXhpK
 r7q+FT30T+7ipMzKdDKslPa/lEEzb1qlnsf01DD97DullonJ0HkN9a05qSogTb8u
 VW27o6XloytP6QR3MeB0nTSKQSwShUsMf6gqBdEU3ypmPB9sbvwHpODkcVlTRQBL
 3LSMTlb2Ij2DHsBmuoe1
 =/rxB
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCAAdFiEE5a/8IjweQSgQZsLg74Exkxj8nQQFAloIwAoACgkQ74Exkxj8
 nQTzQQgAhfAmaauNbw/k2CfGrWwXX78E/H94OGR1aQyxCXu6UHIX6+R2FEVTmGPC
 +RbXrY5wLCNf3K9QcXk/THu9j8EiQELRG/vUd3UmRp7ChYyW40CE7zCIZ8ShId9l
 7146I4fixkeM0VXrIq7Z0OPNg1cRUxf2dlLKYiSO3gZ7dNGKQznehDZQhjn2VKXb
 je5Sqcf3T6x6tTA6VNjpfCtsmqY2QPzLVIzwqCnZUPNopVOvVStzM6ELTmBw7VH6
 ZOMALfxiv5ii9Faie2zSSvwamnbOYU75TNDKb+NL9wPCe6LFSzu69VtI0i6Dm3A8
 z8g99PKLqLQQy2e9Fmh52Ym30yzdHg==
 =nzHp
 -----END PGP SIGNATURE-----

Merge tag '3.8.1' into 4.0-dev

3.8.1 release
2017-11-12 21:41:21 +00:00
Michael Babker
44a583ff57 [4.0] Password Handler API (#18364)
* Support specifying the password hashing algorithm to use

* If verifyPassword determines a password needs rehashing with Argon2i, allow a Argon2i hash to be generated

* Update wrapper with new signature

* Add Authentication package

* Service provider for authentication password handlers

* Add handlers for legacy hashes

* Use the handlers to hash passwords

* Use the handlers to verify passwords

* Introduce an interface defining a handler which can check whether the password needs to be rehashed
2017-11-12 17:20:48 +00:00
Michael Babker
ab1ef896d7 Drop ReCaptcha v1 support, migrate to Google ReCaptcha library (#18506) 2017-11-08 01:08:32 +00:00
Yves Hoppe
714303571b [System Tests] Fixing system tests for J4 and moving (#18125)
* [System Testing] Updating some libs for decoupling

* [System Testing] Updating some libs for decoupling

* [System Testing] Updating some libs for decoupling
2017-09-26 18:04:03 +02:00
Michael Babker
d35924eea8 Update LDAP Package (Ref #17989) 2017-09-19 13:25:31 -05:00
wilsonge
4c5c9172b9
Merge commit '4b6d1863b7b7fb8249424423baaa5192de9cf666' into 4.0-dev 2017-09-03 11:41:04 +01:00
Michael Babker
6bfc19045b Bump sodium_compat (#17813) 2017-09-01 13:06:50 +01:00
Michael Babker
4e88408761 Bump to PHP 7 minimum (#17548) 2017-08-18 18:12:34 +01:00
wilsonge
d4d396007f
Merge commit 'cb79438f5f3622aa5782e9ec5e9667edade62746' into 4.0-dev 2017-08-17 22:31:26 +01:00
wilsonge
5d587b0278
Merge tag '3.7.4' into 4.0-dev 2017-08-14 12:09:56 +01:00
Michael Babker
4b6d1863b7 Update Composer dependencies and .gitignore, ignore platform requirements for CI environments due to missing dependencies (#17081) 2017-08-10 14:35:13 +01:00
Allon Moritz
4576f71ada Use the fw package in favor of JImage (#16780)
* Add image package from fw

* Map core classes to fw classes

* Remove core classes

* Restore JImage class because of BC

* cs

* Rebuild composer

* Rebuild composer

* fix classmapp

* Add logger

* Namespace deprecated classes

* ups

* Use 1.4.0 version

* Use 1.4.0 version

* Composer update with -o

* Deleted files array
2017-08-10 08:02:12 -05:00
Michael Babker
a2a0d53f90 Add JCryptCipherSodium to support libsodium (#16754) 2017-07-26 07:15:42 +02:00
Michael Babker
c577e2c0ad Sync database package 2017-07-11 19:56:07 -05:00
wilsonge
dfe84ffe11
Update Database package 2017-07-07 11:59:02 +01:00
Michael Babker
7a69370ebb Remove deprecated Cache_Lite cache adapter (#16910) 2017-06-29 16:41:58 +01:00
Michael Babker
fd524aa811 Bump symfony/yaml to 3.3 2017-06-28 18:47:12 -05:00
Michael Babker
050c2d17c5 Update all Composer dependencies 2017-06-28 18:45:26 -05:00
Allon Moritz
621a087f9a Use the Archive package from framework and deprecate JArchive (#14157)
* Add archive package

* Deprecate JArchive

* Deprecate JArchive

* Use the Archive class instead of JArchive

* Wrong indents

* Wrong indents second part

* Setting tmp path correct

* adapt the extract dir based on file extension

* remove debug code

* Use the latest code from the archive class till version 1.1.5 is released

* Revert workaround

* Adapt installer

* Use the archive

* Deprecate the adapters

* CS

* CS

* CS

* CS

* Use version 1.1.5

* zero 24 cs
2017-06-26 09:49:30 -05:00
wilsonge
e66335896e
Update Joomla Database package 2017-06-24 21:07:35 +01:00
Michael Babker
17139b665f Sync database package to restore method (Ref #16789) 2017-06-21 19:04:50 -05:00
Michael Babker
fe81f0a75d PostgreSQL minimum bumped to 9.2 2017-06-19 17:39:34 -05:00
Michael Babker
1fab41a56b Merge branch '4.0-dev' of github.com:joomla/joomla-cms into fw-database 2017-06-19 17:02:00 -05:00
Michael Babker
a77f7558c3 Add PSR-13 resources 2017-06-18 22:14:52 +01:00
Allon Moritz
a3d6e2074b [4.0] CMSApplicationInterface (#16499)
Reviewed by George
2017-06-04 12:36:42 +02:00
wilsonge
9275f45e42
Replace oAuth1 and oAuth2 clients with the framework packages 2017-06-04 11:28:24 +01:00
wilsonge
60938676e9
Update URI library to latest version 2017-06-04 10:39:17 +01:00
wilsonge
676e27d241
Merge branch '3.9-dev' into 4.0-dev 2017-06-02 20:47:42 +01:00
Michael Babker
c8adbb3465 Sync 2017-06-01 02:33:55 -05:00
Michael Babker
6e225bffc2 Merge branch '4.0-dev' of github.com:joomla/joomla-cms into fw-database 2017-06-01 00:18:14 -05:00
Michael Babker
629d55c16e Sync 2017-06-01 00:00:25 -05:00
George Wilson
25dc1d8bfa Remove mediawiki package, use framework package as dev depdendency for helpTOC script (#16404) 2017-05-31 19:58:14 +02:00
Michael Babker
c8ecc0edfe Sync 2017-05-31 12:46:28 -05:00
Michael Babker
1f527063dd Sync 2017-05-31 11:28:30 -05:00
Michael Babker
39d649b35b Sync 2017-05-31 11:06:08 -05:00
Michael Babker
780955a63a Add FW database package 2017-05-31 09:35:34 -05:00
wilsonge
5befaa4fa7
Update Joomla Application Packages to latest version to fix unit tests 2017-05-29 12:09:22 +01:00
Michael Babker
991d58cdb5 Use Framework 2.0 packages (#16288) 2017-05-27 20:57:27 +01:00
Michael Babker
4acd67f8f1 Update Composer dependencies (#15718) 2017-05-23 22:04:25 +02:00
wilsonge
903c75593e
Merge branch '3.9-dev' into 4.0-dev 2017-05-21 16:39:17 +01:00
George Wilson
a7705bf139 Update Framework Filter package to version 1.3.2 (#16019) 2017-05-15 11:08:42 +02:00
Michael Babker
59acc6ee70 Extend JController from the Framework 2017-05-08 09:43:06 +01:00
Allon Moritz
d773dd5706 Remove Joomla less wrapper (#15282) 2017-04-13 13:21:47 +01:00
wilsonge
f0093eeec1
Merge branch 'staging' into 4.0-dev 2017-03-19 11:25:40 +00:00
Michael Babker
7694d92526 Unit Test Updates (#14541)
* Bump PHPUnit minimum to 4.8.35

* Extend namespaced test case

* Move files that don't need to be in nested directories

* Remove outdated test changelog
2017-03-19 10:10:12 +01:00
George Wilson
8da911b717 Update Joomla Application packages to framework v2 (#14145)
* Update Joomla Application, Registry and Data packages to framework v2

* Add method to tests

* Try and fix tests

* Add check token proxy to CMS JSession::checkToken
2017-02-21 21:46:25 -05:00
wilsonge
42440550bd
Merge branch '3.8-dev' into 4.0-dev 2017-02-20 22:21:50 +00:00
wilsonge
bad24c41d1
Update symfony yaml library 2017-02-20 21:38:31 +00:00
wilsonge
f0b89af3d4
Merge branch '3.8-dev' into 4.0-dev 2017-02-14 21:14:45 +00:00
Michael Babker
f3c49e42e2 Use the Framework's LDAP client (#13938) 2017-02-14 16:19:38 +00:00