aynsix
c12cefa028
PHRAS-3468 remove logs trace
2021-11-09 10:51:49 +03:00
aynsix
77abda4996
PHRAS-3348 fix clean token
2021-08-12 17:19:18 +03:00
jygaulier
3e8d5aaf3c
PHRAS-3442_optimize_notifications
...
fix missing "on" clause on sql
2021-07-21 20:59:38 +02:00
jygaulier
fdc938c988
fix : no writemeta on doc while building subdef
...
add traces
2021-07-12 21:32:12 +02:00
jygaulier
f831bb282d
PHRAS-3476_subdefs-corrupted
...
fix : q-message "writemeta/document" is now sent after all synchronous exiftools.
added lot of traces, to be removed asap
2021-07-12 21:29:26 +02:00
jygaulier
2647580d5f
PHRAS-3479_trace-crash-on-usec0
...
fix : "trace" do not report usec anymore
2021-06-30 17:43:36 +02:00
jygaulier
70a3a24c5b
PHRAS3469_slow-basket-select
...
fix : replace left joins by "inner join"+"union"
2021-06-24 20:08:04 +02:00
jygaulier
e87a51f7f3
PHRAS-3447_file-lock-in-workers_4.1
...
add : writemeta on document : do not retry when exiftools says something like "looks more like a png"
2021-06-16 12:11:37 +02:00
jygaulier
bc173c93b0
PHRAS-3447_file-lock-in-workers_4.1
...
fix : missing "created" date
2021-06-16 12:11:37 +02:00
jygaulier
336861b7c7
PHRAS-3447_file-lock-in-workers_4.1
...
fix : replace doctrine by sql ; refacto ; add traces
2021-06-16 12:11:37 +02:00
jygaulier
9b3886d3dd
PHRAS-3447_file-lock-in-workers_4.1
...
fix : get mutex retry loop is ok (plain sql, no use of EM... no more "EM is closed")
2021-06-16 12:11:37 +02:00
jygaulier
5f5ee4af95
PHRAS-3447_file-lock-in-workers_4.1
...
fix : prevent file access with rules depending on job, wrap rules with mutex
2021-06-16 12:11:37 +02:00
jygaulier
7c236a531a
PHRAS-3447_file-lock-in-workers_4.1
...
fix : exclusive lock for a worker to work on a subdef file
2021-06-16 12:11:37 +02:00
jygaulier
fff3f284bb
PHRAS-3425_fix-translation-dump_MASTER
...
fix : bump patched jms/translation-bundle (forked)
fix : all errors ; most warnings
2021-04-21 15:02:39 +02:00
aynsix
3492b9f720
PHRAS-3388 feedback result in detail view
2021-03-09 18:10:08 +03:00
aina esokia
7041a11873
PHRAS-2283 port to 4.1 access autorisation windows
2021-02-11 16:48:49 +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
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
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
b5b69343bd
add and display interrupt status
2020-08-06 15:17:06 +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
50f016ebb5
fix mysql server gone away and dead lock on table
2020-05-27 19:55:45 +03:00
aynsix
d25da3ee0c
remove sqllite db , add finished colomn
2020-05-26 19:35:33 +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
2e21bc0448
add model option in user:list
2020-02-26 12:37:05 +03: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
Harrys Ravalomanana
ad47f4b18c
PHRAS-2706 #comment Prod Fix Basket browser #time 2h
2019-12-17 12:07:04 +04:00
Jean-Yves Gaulier
31b940239f
PHRAS-2666_slow-notifications_4.1
...
fix dql
!!! WIP !!!
2019-07-25 19:34:32 +02:00
Jean-Yves Gaulier
3ae0c94863
PHRAS-2666_slow-notifications_4.1
...
fix bad fct arg type "string"
!!! WIP !!!
2019-07-25 17:33:21 +02:00
Jean-Yves Gaulier
2fcbd7e6d7
PHRAS-2666_slow-notifications_4.1
...
removed join on basket_elements where useless
code style + type hints
!!! WIP !!!
2019-07-25 17:23:10 +02:00
Jean-Yves Gaulier
5585893f05
PHRAS-2651_event-to-message_4.1
...
fix for php7.1
!!! WIP !!!
2019-07-25 17:23:10 +02:00
Jean-Yves Gaulier
b0c0f65764
PHRAS-2666_slow-notifications_4.1
...
removed join on basket_elements where useless
!!! WIP !!!
2019-07-25 17:23:10 +02:00
aynsix
5cdf473c7f
PHRAS-1972: Account Page, Allow a Phraseanet User to delete his account and associated datas ( #2918 )
...
* allow user to delete account
* generate translation and add checkbox in the windows confirmation
* change text an configuration key
* update delete account fonctionality
* rename variable
* write in explicite condition
* merge yarn.lock
* regenerate translation
2019-04-08 14:25:17 +02:00
jygaulier
e7863122d0
PHRAS-2172_parade-saml-err500_MASTER ( #2695 )
...
fix : the user application was updated (=created) after the check
add : "find()" on user repo (type hinted) to allow code sniff, completion etc.
2018-07-26 16:34:20 +02:00
Mike Ng
197612de7b
implementation back-end for refactoring of orders
...
refactoring layout order-box and order-item
2017-08-17 14:42:10 +04:00
Thibaud Fabre
b5bbb1851f
Merge branch 4.0
2016-12-05 15:26:48 +01:00
Xavier Rousset
7945994140
PHRAS-1173 SQL fix and template update
2016-10-11 15:27:13 +02:00
Thibaud Fabre
4a434672b4
Remove limit clause and use maxResults query method
2016-09-21 15:17:27 +02:00
Thibaud Fabre
e9f74c9c52
Fix login issues when multiple validation tokens exist
2016-09-21 15:17:18 +02:00
Thibaud Fabre
fbed39bf56
Change default sort direction for created_on sorts in order manager
2016-05-20 11:49:25 +02:00
Thibaud Fabre
3381d18b22
PHRAS-1107 Fix order pagination in repository
2016-05-19 19:00:47 +02:00
Benoît Burnichon
1e18b3e69f
This is a combination of 33 commits.
...
- Squashed Pull request #1730
- Squashed Pull request #1741
- Squashed Pull request #1742
- Squash merge branch 4.0
- Squashed Pull request #1744
- Squashed Pull request #1746
- Squashed merge branch 4.0
- Squashed merge branch 4.0
- Squashed merge branch 4.0
- Squashed merge branch 4.0
- Squashed Pull request #1758
- Avoid using imagine/imagine alias as it is causing install issues
- Squashed merge branch 4.0
- Squashed Pull request #1763
- Squashed merge branch 4.0
- Squash of 6 commits
- Squashed merge branch 4.0
- This is a combination of 2 commits.
- Squashed Pull request #1775
- Squashed Pull request #1777
- Squashed Pull request #1779
- Squashed Pull request #1780
- Squashed Pull request #1782
- Adds a Pull request template
- Squased Pull request #1783
- Squash Pull request #1786
- Squashed Pull request #1796
- Squashed merge branch 4.0
- Squash Pull request #1791
- Squashed merge branch 4.0
- Squashed Pull request #1808
- Squashed Pull request #1811
- Squashed Pull request #1809
2016-04-20 16:22:14 +02:00
Benoît Burnichon
718db61448
PHPCS BasketElementRepository
2016-04-11 12:50:37 +02:00
Benoît Burnichon
bc1d5ed2c2
Fix BasketElementRepository findByRecordIds
2016-04-11 12:33:45 +02:00