Maxime Rainville
|
bd92969418
|
FIX Use a function common to MySQL, SQLite and PostgreSQL to test dynamic DBFIeld assigment
|
2019-02-26 14:20:14 +13:00 |
|
Maxime Rainville
|
adbc560bd7
|
BUG Address PR feedback.
|
2019-02-25 15:16:26 +13:00 |
|
Maxime Rainville
|
4ec1a682cf
|
BUG Renable the ability to do dynamic assignment with DBField
|
2019-02-22 12:09:15 +13:00 |
|
Maxime Rainville
|
ab5f09a9f3
|
FIX Updated unit test were targeting Float/Int which don't exist on PHP7 (#8810)
|
2019-02-20 11:44:45 +13:00 |
|
Aaron Carlino
|
c44f06cdf1
|
[SS-2018-021] Patch SQL Injection vulnerability when arrays are assigned to DataObject Fields
|
2019-02-12 21:58:27 +13:00 |
|
Loz Calver
|
746c0679ad
|
FIX: Injector may instantiate prototypes as if they're singletons (fixes #8567)
|
2019-01-23 11:47:28 +00:00 |
|
Loz Calver
|
86701b8cd0
|
FIX: Redirect loop with multiple URL tokens (fixes #8607)
|
2018-11-15 11:15:41 +00:00 |
|
Loz Calver
|
598edd9134
|
[SS-2018-019] Add confirmation token to dev/build
|
2018-11-07 11:35:31 +13:00 |
|
Daniel Hensby
|
801a51d0f7
|
Merge branch '3.5' into 3.6
|
2018-06-05 16:30:20 +01:00 |
|
Daniel Hensby
|
41e601a036
|
FIX Regression from #8009
|
2018-06-04 17:03:05 +01:00 |
|
Robbie Averill
|
dae8fefb1e
|
Merge remote-tracking branch 'origin/3.5' into 3.6
|
2018-05-28 17:43:55 +12:00 |
|
Robbie Averill
|
df4648a308
|
Merge branch 'heads/3.5.8' into 3.5
|
2018-05-28 17:42:31 +12:00 |
|
Damian Mooyman
|
5771388821
|
[ss-2018-001] Restrict non-admins from being assigned to admin groups
|
2018-05-09 15:12:40 +12:00 |
|
Daniel Hensby
|
8359f3dc97
|
Merge branch '3.5' into 3.6
|
2018-04-18 13:14:07 +01:00 |
|
UndefinedOffset
|
af3a9f3ec8
|
FIX: Duplicating many_many relationships looses the extra fields (fixes #7973)
|
2018-04-18 12:16:02 +01:00 |
|
Daniel Hensby
|
9c50b03b86
|
Merge branch '3.5' into 3.6
|
2018-02-13 14:30:29 +00:00 |
|
Jonathon Menz
|
c767e472dc
|
FIX DataObject singleton creation
Ensure DataObject instances are aware they are singletons so functions like populateDefaults() can be skipped. (fixes #4878)
|
2018-02-12 20:30:35 -08:00 |
|
Daniel Hensby
|
48a8a82326
|
Merge branch '3.5' into 3.6
|
2018-02-09 13:20:38 +00:00 |
|
JorisDebonnet
|
5df1ec7eee
|
Use fputcsv in GridFieldExportButton
|
2018-02-08 12:26:29 +00:00 |
|
Damian Mooyman
|
4da99efd5d
|
Merge remote-tracking branch 'origin/3.5' into 3.6
|
2018-01-31 16:03:42 +13:00 |
|
Damian Mooyman
|
72e2326731
|
Merge pull request #7798 from kinglozzer/member-groupset-delete
FIX: Fix Member_GroupSet::removeAll() (fixes #3948)
|
2018-01-25 09:20:30 +13:00 |
|
Loz Calver
|
c2cd6b3832
|
FIX: Fix Member_GroupSet::removeAll() (fixes #3948)
|
2018-01-24 17:17:20 +00:00 |
|
Daniel Hensby
|
7b0500982e
|
Merge branch '3.5' into 3.6
|
2017-12-14 15:25:36 +00:00 |
|
Daniel Hensby
|
81150c5922
|
FIX Use PHP 5.3 array syntax
|
2017-12-14 15:24:53 +00:00 |
|
Damian Mooyman
|
d6a93f5215
|
Merge remote-tracking branch 'silverstripe-security/3.5' into 3.6
# Conflicts:
# security/Member.php
|
2017-12-06 17:26:45 +13:00 |
|
Damian Mooyman
|
91cf85087b
|
Merge remote-tracking branch 'origin/3.5' into 3.6
|
2017-12-06 17:21:09 +13:00 |
|
Damian Mooyman
|
dd4c5417e7
|
Merge pull request #49 from silverstripe-security/pulls/3.5/ss-2017-007
[ss-2017-007] Ensure xls formulae are safely sanitised on output (3.5)
|
2017-12-06 16:25:58 +13:00 |
|
Damian Mooyman
|
44de03da01
|
Merge pull request #53 from silverstripe-security/pulls/3.5/ss-2017-006
[ss-2017-006] Fix user agent invalidation on session startup (3.5 branch)
|
2017-12-06 16:25:39 +13:00 |
|
Damian Mooyman
|
3e2bcaa0b4
|
Merge pull request #54 from silverstripe-security/pulls/3.5/ss-2017-009
[ss-2017-009] Prevent disclosure of sensitive information via LoginAttempt (3.5 branch)
|
2017-12-06 16:25:19 +13:00 |
|
Daniel Hensby
|
2aa1d8f2c4
|
remove create_function usage
|
2017-12-05 14:20:13 +00:00 |
|
Damian Mooyman
|
25e276cf37
|
[ss-2017-006] Fix user agent invalidation on session startup
|
2017-12-01 10:55:00 +13:00 |
|
Damian Mooyman
|
22ccf3e2f9
|
[ss-2017-007] Ensure xls formulae are safely sanitised on output
CSVParser now strips leading tabs on cells
|
2017-12-01 10:19:48 +13:00 |
|
Damian Mooyman
|
6ba00e829a
|
[ss-2017-009] Prevent disclosure of sensitive information via LoginAttempt
|
2017-11-30 15:53:50 +13:00 |
|
Damian Mooyman
|
bac5f4c8aa
|
Merge branch '3.5' into pulls/3.5/update-pwd-encryption-on-change
|
2017-11-27 14:42:32 +13:00 |
|
Daniel Hensby
|
badeb0cc8c
|
Merge branch '3.5' into 3.6
|
2017-11-25 16:17:36 +00:00 |
|
Daniel Hensby
|
09a003bc13
|
Fix deprecated usage of getMock in unit tests
|
2017-11-24 14:48:30 +00:00 |
|
Daniel Hensby
|
2ad3cc07d5
|
FIX Update meber passwordencryption to default on password change
|
2017-11-23 21:17:31 +00:00 |
|
Loz Calver
|
13b02feed7
|
Merge pull request #7602 from dhensby/pulls/3.5/fix-filter-any-inner-join
FIX ManyMany link table joined with LEFT JOIN
|
2017-11-16 13:48:07 +00:00 |
|
Daniel Hensby
|
4f3deb13e0
|
TEST filterAny on many_many relations return correct items
|
2017-11-16 11:10:12 +00:00 |
|
Daniel Hensby
|
3d3096485b
|
TEST Uppercase file extensions return correct mime type
|
2017-11-16 11:01:25 +00:00 |
|
Daniel Hensby
|
4731d3c671
|
Merge branch '3.5' into 3.6
|
2017-11-14 12:00:53 +00:00 |
|
Andrew Aitken-Fincham
|
c4a50a3d10
|
Spelling in DataQueryTest
|
2017-10-20 12:00:35 +01:00 |
|
Robbie Averill
|
2f579b64cb
|
FIX Files without extensions (folders) do not have a trailing period added
|
2017-10-18 09:25:27 +13:00 |
|
Daniel Hensby
|
bd7abc73de
|
Merge branch '3.5.5' into 3.6.2
|
2017-09-20 16:26:30 +01:00 |
|
Daniel Hensby
|
091d99f599
|
FIX Authenticators are more resilient to incomplete configuration
|
2017-09-12 15:57:03 +01:00 |
|
Daniel Hensby
|
921f615e19
|
Merge branch '3.5' into 3.6
|
2017-08-17 14:14:31 +01:00 |
|
Daniel Hensby
|
1ae07ac2a3
|
TEST Prove LastEdited is updated when no changes are made
|
2017-08-16 22:26:47 +01:00 |
|
Daniel Hensby
|
90be7e806d
|
Merge branch '3.5' into 3.6
|
2017-07-19 15:40:01 +01:00 |
|
Daniel Hensby
|
7b6aad8a65
|
Revert "TreeDropDown performance boost."
|
2017-07-19 12:44:43 +01:00 |
|
Daniel Hensby
|
7e732da709
|
Merge branch '3.5' into 3.6
|
2017-07-18 12:00:04 +01:00 |
|