aynsix
3492b9f720
PHRAS-3388 feedback result in detail view
2021-03-09 18:10:08 +03:00
aynsix
0acb987287
merge master in branch
2021-02-19 09:39:46 +03:00
aynsix
2f6bf46266
PHRAS-3375 port download validity link
2021-02-18 17:59:00 +03:00
aina esokia
7041a11873
PHRAS-2283 port to 4.1 access autorisation windows
2021-02-11 16:48:49 +03:00
aina esokia
9dc9fbdc17
Merge branch 'master' of https://github.com/alchemy-fr/Phraseanet into PHRAS-3350-password-expiration
2021-01-29 14:55:10 +03:00
aina esokia
504af737bb
PHRAS-3350 password renewal ttl
2021-01-27 15:49:48 +03:00
aina esokia
5537849e36
PHRAS-3288 update user in feedback
2021-01-26 16:49:01 +03:00
aina esokia
e38d143dfe
PHRAS-3277
2020-12-03 18:09:03 +03:00
aina esokia
427216ec43
PHRAS-3277 validation reminder in percent
2020-12-02 17:31:05 +03:00
aina esokia
e23b9dd294
PHRAS-3277 create event recordsWitemeta
2020-11-20 17:10:58 +03:00
aina esokia
e9dabaaa41
fix job status
...
#time 1h
2020-10-20 15:57:46 +03:00
jygaulier
f7ca61f36b
- add : command bin/console validation:remind (experimental)
...
- removed : internal handling of "VALIDATION_REMINDER" event
- fixed : duration formatting
2020-09-16 10:28:17 +02:00
jygaulier
6e06124f0c
- fix nullable type function signature (again)
2020-09-14 18:11:55 +02:00
jygaulier
e6dc6bc7c9
- fix phpstorm warnings
2020-09-14 17:43:52 +02:00
jygaulier
e829e91bee
- fix err500 because expecting Datetime (signature), receive null (null IS ok); Could use NullableDatetime but too many changes required.
2020-09-14 17:41:41 +02:00
jygaulier
0ec33829df
- fix : "validate" token is created for every user (participant) of a validation
...
the expiration date of tokens is same as validation session
- fix : changing the exp. date of a validation session updates the tokens exp. dates
- fix : remind is done even for validation sessions with force-auth (no tokens)
- change : no more 'null' user for basket validation (never used)
2020-09-14 16:57:53 +02:00
aynsix
e5a514b294
add and display column payload
2020-08-07 15:35:42 +03:00
aynsix
8907e85b8a
change const value
2020-08-06 17:05:14 +03:00
aynsix
b5b69343bd
add and display interrupt status
2020-08-06 15:17:06 +03:00
aynsix
4585f34996
one line for one build job
2020-07-27 14:00:27 +03:00
aynsix
f85ea02434
Merge branch 'master' of https://github.com/alchemy-fr/Phraseanet into PHRAS-3181-add-error-status
2020-07-24 15:07:36 +03:00
aynsix
1a256f22df
add error status in workerRunningJob table to have traceability
2020-07-23 17:31:56 +03:00
aynsix
bea001c4b7
use workerrunningjob for uploader and populate
2020-07-21 15:12:03 +03:00
aynsix
e790c2dc6e
create subtitle worker
2020-07-03 11:54:19 +03:00
aynsix
6d31f93774
add tab queue monitor, limit job list to 500
2020-06-10 19:25:16 +03:00
aynsix
50f016ebb5
fix mysql server gone away and dead lock on table
2020-05-27 19:55:45 +03:00
aynsix
0aa4864b9a
fix
2020-05-26 20:10:42 +03:00
aynsix
d25da3ee0c
remove sqllite db , add finished colomn
2020-05-26 19:35:33 +03:00
aynsix
11b8ca7953
change display work column
2020-05-18 11:42:06 +03:00
aynsix
5b13beb02e
fix test
2020-05-16 09:35:38 +03:00
aynsix
0b45ae377c
add time to message, ad status info in worker table, fix subdef elastic flush
2020-05-14 18:48:00 +03:00
aynsix
bb2123df5a
include plugin worker in phraseanet core
2020-05-12 18:06:45 +03:00
aynsix
fe6c14b574
fix basket sql request
2020-04-28 12:25:45 +03:00
aynsix
51b10b6bec
add php modification
2020-04-02 14:56:27 +03:00
Nicolas Maillat
d1c299e774
Merge branch 'master' into PHRAS-2680-webhook-privacy-and-security
2020-03-18 11:00:44 +01:00
Nicolas Maillat
4714f7b95d
Merge branch 'master' into PHRAS-2680-webhook-privacy-and-security
2020-02-26 20:15:37 +01:00
Nicolas Maillat
d62767ad39
Merge branch 'master' into PHRAS-2741-worker-service-part1
2020-02-26 20:15:15 +01:00
aynsix
2e21bc0448
add model option in user:list
2020-02-26 12:37:05 +03:00
Nicolas Maillat
ed7a5fe288
Merge branch 'master' into PHRAS-2741-worker-service-part1
2020-02-19 20:49:31 +01:00
Jean-Yves Gaulier
50b50116e7
PHRAS-2934_Bad-dctrine-mapping-webhookeventdelivery_4.1
...
- added missing relation
2020-02-18 17:26:45 +01:00
Nicolas Maillat
d7417177e4
Merge branch 'master' into PHRAS-2913_create-tokens-faster_4.1
2020-02-18 15:24:11 +01:00
Jean-Yves Gaulier
5a794c493a
create feedEntriesTokens in bulk / doctrine. No more sql
2020-02-11 15:17:13 +01:00
Jean-Yves Gaulier
5f7ca7c9a6
add indexes to table "Tokens"
2020-02-10 11:16:41 +01:00
Jean-Yves Gaulier
e4d3da9336
rollback : can't create token in sql since the om will cry during update. Can't mix om and sql.
2020-02-08 22:29:52 +01:00
Jean-Yves Gaulier
83484e3bd0
fix for unit-testing on null user (to dig : why ?...)
2020-02-08 09:58:57 +01:00
Jean-Yves Gaulier
419440f5c2
fix for failing test
2020-02-07 22:33:18 +01:00
Jean-Yves Gaulier
18993043f2
fake change to re-run tests
2020-02-07 22:14:47 +01:00
Jean-Yves Gaulier
746c9076d4
fix malformed sql
2020-02-07 22:14:47 +01:00
Jean-Yves Gaulier
e75a483cd5
PHRAS-2913_create-tokens-faster_4.1
...
- create token by sql
- create feedentry tokens in bulk-sql
2020-02-07 22:14:47 +01:00
jygaulier
998c751843
Port PHRAS-2877
...
Port of PHRAS-2877 User manipulator did not allow to set a null email
Temporary Null email is used by saml plugin while creating a user.
2020-01-13 14:48:53 +01:00