546 Commits

Author SHA1 Message Date
champsupertramp 8062099f1e Add file size limit label in image field 2016-01-30 23:21:54 +08:00
Ultimate Member 722622bd53 Fix php notice 2016-01-30 16:15:05 +02:00
Ultimate Member edfbb3b65d Merge pull request #80 from jonfalcon/master
Fix telno input styles
2016-01-30 12:46:05 +02:00
Ultimate Member 024479a08c Merge pull request #78 from melvinsh/fix-xss
Escape display name in title attributes
2016-01-30 12:45:26 +02:00
jonfalcon 3bb5aba6a4 Fix unchecked access roles 2016-01-29 16:51:50 -08:00
jonfalcon 563ac115d3 Merge remote-tracking branch 'upstream/master' 2016-01-29 16:49:43 -08:00
Ultimate Member 1bf9e771b7 Added password reset limit and other fixes 2016-01-30 02:18:32 +02:00
Ultimate Member 9c61742c35 Allow redirect_to param after registration 2016-01-29 21:11:22 +02:00
jonfalcon dedf6e84a3 Fix telno input styles 2016-01-28 10:16:14 -08:00
champsupertramp 78923c8bbb Add image upload notice 2016-01-28 11:11:28 +08:00
champsupertramp 206408e513 Add option to allow users to hide profiles from member page 2016-01-27 19:16:49 +08:00
Melvin Lammerts 3cf6f2cb16 escape display name in title attributes 2016-01-27 10:28:20 +01:00
Ultimate Member 08ad113998 Fix datepicker css issue with some themes 2016-01-27 02:23:04 +02:00
Ultimate Member c9a31d9b01 Merge pull request #77 from melvinsh/patch-1
Make sure the hash parameter is a string
2016-01-26 20:59:48 +02:00
Melvin Lammerts b5738b68a4 make sure the hash parameter is a string
This prevents an error (leaking path information on poorly configured servers) if a user supplies an array as `hash` parameter.

```
test.org/?act=activate_via_email&hash[]=hash&user_id=1

Warning: strlen() expects parameter 1 to be string, array given in /var/www/wp-content/plugins/ultimate-member/core/um-permalinks.php on line 75
```
2016-01-26 19:55:11 +01:00
champsupertramp c8ae488891 ignore node modules and vendors 2016-01-26 19:11:44 +08:00
champsupertramp de754700e0 Revert "Add composer based development support"
This reverts commit 20f715a76e.
2016-01-26 18:13:43 +08:00
champsupertramp 3df7873afa Revert "Add admin assets and apply minification"
This reverts commit 508175f391.
2016-01-26 18:13:38 +08:00
champsupertramp e63f4926db Revert "Refactor select2"
This reverts commit 292dcecfbd.
2016-01-26 18:13:31 +08:00
champsupertramp b96db48da4 Revert "Update pickadate assets"
This reverts commit 2bc4adafcc.
2016-01-26 18:13:22 +08:00
champsupertramp 26921ba983 Revert "Remove masonry from core and gulp"
This reverts commit 16c06ed263.
2016-01-26 18:12:49 +08:00
champsupertramp 9a339403ff Revert "Fix loading core assets"
This reverts commit c40ee15cb5.
2016-01-26 18:12:44 +08:00
champsupertramp 717d4db5d8 Revert "Update select2"
This reverts commit 84e788b3d7.
2016-01-26 18:12:37 +08:00
champsupertramp ca4623c702 Revert "Update gulp"
This reverts commit 2bcb488c1a.
2016-01-26 18:12:31 +08:00
champsupertramp 66d55dd73c Revert "Keep admin scripts minified"
This reverts commit 328a414157.
2016-01-26 18:12:24 +08:00
champsupertramp e8b9736f64 Revert "Update select2"
This reverts commit e71c1917fc.
2016-01-26 18:12:18 +08:00
champsupertramp a964f4ac2f Revert "Update select2 styles"
This reverts commit 9edef4051b.
2016-01-26 18:11:55 +08:00
champsupertramp 9edef4051b Update select2 styles 2016-01-26 16:37:11 +08:00
champsupertramp e71c1917fc Update select2 2016-01-26 16:17:29 +08:00
champsupertramp 328a414157 Keep admin scripts minified 2016-01-26 16:16:32 +08:00
champsupertramp 2bcb488c1a Update gulp 2016-01-26 16:16:05 +08:00
champsupertramp 84e788b3d7 Update select2 2016-01-26 16:00:09 +08:00
champsupertramp c40ee15cb5 Fix loading core assets 2016-01-26 15:59:27 +08:00
champsupertramp 16c06ed263 Remove masonry from core and gulp 2016-01-26 15:58:09 +08:00
champsupertramp 6f6a5c1a4d Merge branch 'master' of https://github.com/ultimatemember/ultimatemember 2016-01-26 15:54:20 +08:00
champsupertramp 2bc4adafcc Update pickadate assets 2016-01-26 15:51:58 +08:00
champsupertramp 292dcecfbd Refactor select2 2016-01-26 15:50:12 +08:00
champsupertramp 508175f391 Add admin assets and apply minification 2016-01-26 15:49:33 +08:00
Ultimate Member 99d591bd61 Use native WP masonry script instead of duplicating it 2016-01-26 01:51:54 +02:00
Ultimate Member c1c73d5f33 Merge pull request #76 from jonfalcon/master
Fix title tags not updated
2016-01-25 17:04:12 +02:00
Ultimate Member 8c6b059877 Merge pull request #74 from nickburne/master
Allows setting user tags fields as search filters
2016-01-25 17:03:39 +02:00
champsupertramp 20f715a76e Add composer based development support 2016-01-25 22:56:43 +08:00
jonfalcon 756eb1d7be Fix account deletion on one submission 2016-01-24 15:13:13 -08:00
jonfalcon 7912bdaa67 Fix empty uneditable fields 2016-01-24 14:46:14 -08:00
jonfalcon ebc2fc7e0b Fix title tags not updated 2016-01-24 10:24:19 -08:00
Ultimate Member a67c0c94d0 Minor tweak to activation link 2016-01-22 19:14:43 +02:00
Ultimate Member 5851235615 Indonesian language support added 2016-01-21 19:14:01 +02:00
Ultimate Member 8f66b91c14 Fix empty spaces 2016-01-20 21:21:10 +02:00
Ultimate Member 407e73dc24 Allow members template to be customized/overridden 2016-01-20 17:00:12 +02:00
shramee 3064126369 Allowing usertags in search filters 2016-01-20 15:24:28 +05:30