jygaulier
a76f64e892
[skip ci]
...
PHRAS-3381_tx-as-classification-plan_MASTER
back controller for ok button
fix : PHRAS-3383
WIP
2021-03-15 10:05:32 +01:00
jygaulier
92df433af0
[skip ci]
...
PHRAS-3381_tx-as-classification-plan_MASTER
changed ux
2021-03-15 10:05:32 +01:00
jygaulier
a9fb061a57
[skip ci]
...
PHRAS-3381_tx-as-classification-plan_MASTER
dlgbox
2021-03-15 10:05:32 +01:00
aina esokia
cc73d6aeb5
PHRAS-3256 update user locale when changing locale seting
2021-02-03 15:37:32 +03:00
aina esokia
f0613f033a
PHRAS-3287
2021-01-20 15:53:03 +03:00
aina esokia
f5c64d2da3
Merge branch 'master' of https://github.com/alchemy-fr/Phraseanet into PHRAS-3189_Admin_expose_setting
2020-10-30 10:17:25 +03:00
jygaulier
7c01c34dfc
- add timing debug, disable permalinks injection to es
2020-10-27 17:18:37 +01:00
jygaulier
d0283913de
WIP / DEBUG
...
- add stopwatches to find slow parts.
- to test : add api-v3/searchraw ; same as "search", but returns raw es docs (shortest way). No objects, no fractal.
2020-10-21 20:07:11 +02:00
aina esokia
728511055d
merge master into PHRAS-3189
2020-09-28 14:35:35 +03:00
jygaulier
236a4a20ac
- add : route GET:stories/.../.../children (wip)
...
- change : now GET record can return a story (return r.is_story = true); GET story will only return a story.
2020-09-17 18:57:13 +02:00
jygaulier
99be4ea1d3
WIP DO NOT MERGE
...
- add : route GET:records
- add : route POST:records (can create a record without document)
- add : json can be passed in body OR in a multiparm parm named "body" (to allow upload of file along with json)
- change : story content (children) is now a list of urls (=get action on each child)
2020-09-17 18:57:13 +02:00
aina esokia
932dedf793
add list and create controller
2020-09-11 15:16:41 +03:00
aynsix
dde70b2e21
fix class name
2020-07-28 10:55:21 +03:00
aynsix
206f1f5941
initiate phraseanet service admin
2020-07-28 10:50:46 +03:00
aynsix
d9f11cbe06
ginga subtitle
2020-06-24 19:51:06 +03:00
jygaulier
b0259d4953
Merge branch 'master' into PHRAS-3092_api-setmetadats-v3_master
2020-06-23 17:02:54 +02:00
aynsix
df22b24b19
add populate controller in thesaurus
2020-06-23 11:06:51 +03:00
jygaulier
18f7a658ed
change : removed "/setmetadatas" from route, the http verb "PATCH" on "record" entity is ok
...
fix : unknown field now throws exception (no more erase all...)
add : set "base_id":x to change collection
cleanup : removed unused parm to recordadapter::move_to_collection()
2020-06-22 14:40:27 +02:00
jygaulier
cdadb3acc4
WIP
...
refacto common code
2020-06-04 14:08:08 +02:00
jygaulier
9272f3642f
WIP
...
refacto : explode v3 controller, fix warnings
2020-06-03 20:32:10 +02:00
jygaulier
b67c37c340
WIP
2020-06-02 20:26:30 +02:00
aynsix
b2bb0c612e
fix api upload/enqueue
2020-05-19 15:42:02 +03:00
aynsix
bb2123df5a
include plugin worker in phraseanet core
2020-05-12 18:06:45 +03:00
Harrys Ravalomanana
fbc4e01ef3
PHRAS-2978 #comment update feedback expiration date #time 6h
2020-03-17 15:34:24 +04:00
Jean-Yves Gaulier
a8c19de4d3
PHRAS-2927_optimize-feedback-process_4.1
...
add route "lightbox/ajax/GET_ELEMENTS/{{basket_id}}/" to get counts of elements validated as "yes", "no" or "nul".
Will allow front to display alert before submitting
2020-02-13 18:22:54 +01:00
aynsix
f475a5c925
fix api/v3 api_version
2019-12-06 14:24:03 +04:00
aynsix
e4b29d70c5
route search and storie on api/v3
2019-12-05 12:30:23 +04:00
aynsix
530397db00
do no use header application/vnd.phraseanet.story-paginate
2019-12-04 10:17:59 +04:00
aynsix
c9356ec206
max_items depends on header application/vnd.phraseanet.story-paginate
2019-11-28 18:15:55 +04:00
Harrys Ravalomanana
df86aac2ba
PHRAS-2766 #comment port 41 Add status change capabilities to quarantine #time 3h
2019-10-29 16:48:14 +04: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
aina-esokia
8ab2888850
port to 4.1 upload by url
2019-03-18 16:16:14 +04:00
Filip Vilic
eec09e55cd
PHRAS-2327_report_refacto_41
2018-12-11 13:15:03 +01:00
jygaulier
b8bebbce11
PHRAS-2189 report v2 master ( #2742 )
...
move code to services
added "download" report
change services to factory
added excel lib
added prod/report routes (download)
cleanup api routes
add : allow anonymized (user, fonction, societe... are "-")
removed : xls support (memory eating lib) in favor of xlsx
add : report download only on "document" and "preview" subdef classes
cs : report factory
add : restored "site" filter (see todos in src)
remove debug, cs
todo : doc
2018-11-12 19:43:40 +01:00
aina-esokia
18ff40a537
port to 4.1 PHRAS-2227 FIX changing status appear in log_docs table
2018-11-06 11:22:53 +04:00
aina-esokia
5dba9f64dd
add personalisation logo
2018-08-29 15:11:04 +04:00
nmaillat
98660a4aaf
bump api version to 2.0.0
2018-07-18 23:23:59 +02:00
aina-esokia
0dffe0e020
forbiden guest account to create api app
2018-07-12 15:01:51 +04:00
aina-esokia
ff67cd5ac6
port authorize with providers
2018-05-29 17:47:19 +04:00
aina-esokia
d86fd39380
port to 4.1 api route me/collections
2018-05-10 10:58:14 +04:00
Sandeep
c75d94a321
PHRAS-1911 : fix route me/structures
2018-05-02 12:21:18 +04:00
Mike Ng
696fc34642
wip extract video editor functionality to import into edit tools
2018-03-20 16:43:57 +04:00
Nicolas Maillat
4821145206
Merge pull request #2524 from KallooaSan/PHRAS-1911-add_route_return_list_documentary_fields
...
PHRAS-1911-add route return list documentary fields
2018-03-20 10:19:56 +01:00
Mike Ng
4a6bac8546
wip write video chapters
2018-03-19 17:52:57 +04:00
Sandeep
5de988299d
PHRAS-1911-add route return list documentary fields
2018-03-16 15:01:20 +04:00
KallooaSan
dbaba974ae
Add extension to file path on api upload for extension-mapping ( #2481 )
2018-02-20 11:13:28 +01:00
aina-esokia
d541c22659
Modif subdef
2018-02-19 15:02:44 +04:00
aina-esokia
b36b90a403
Load metadata tab content when tab activate
2018-02-19 14:51:30 +04:00
Mike Ng
4f518c605d
Merge branch 'PHRAS-1734_PORT_PHRAS-1589' into PHRAS-1744_PORT_PHRAS-1578_1579_1621_1675_1404_1336
...
# Conflicts:
# resources/locales/messages.de.xlf
# resources/locales/messages.en.xlf
# resources/locales/messages.fr.xlf
# resources/locales/messages.nl.xlf
# resources/locales/validators.de.xlf
# resources/locales/validators.en.xlf
# resources/locales/validators.fr.xlf
# resources/locales/validators.nl.xlf
# resources/www/admin/styles/main.scss
2018-01-09 11:00:03 +04:00
Mike Ng
30f49bdd35
resolve conflict
2018-01-08 15:57:13 +04:00