69 Commits

Author SHA1 Message Date
Kancer (Nilay) Gökırmak
e52e29034e
feat: Add group by to collection view (Issue 3614) (#4486) 2020-11-08 18:33:09 +02:00
vrabe
a5750d782e
fix(locale): remove hard coded strings (#4432) 2020-10-15 15:26:22 +03:00
Prachya Saechua
471e879b78
fix(locale-th): update translations (#4458) 2020-10-14 22:54:33 +03:00
Kanin Peanviriyakulkit
e987922fd3
fix(locales): update 'th' locale (#4421) 2020-10-11 20:57:42 +03:00
vrabe
277a1519be
fix(locale): update zh_Hant translation (#4418) 2020-10-06 12:29:11 +03:00
KoljaTM
78077d5fe8
fix(locale-de) Add missing German translations (#4392) 2020-10-04 11:27:35 +03:00
Erez Rokah
cb2ad687ee
Feat: multi content authoring (#4139) 2020-09-20 20:30:46 +03:00
Youngbin Han
6b35ca4e3b
feat: add korean(ko) locale (#4332) 2020-09-20 16:41:58 +03:00
Daniel Soares
331f4b6ac1
fix(locale): add missing translation strings for pt locale (#4173)
Signed-off-by: Daniel Soares <daniel.soares@me.com>
2020-08-17 18:55:02 +03:00
Joan Drago Mateu
b1e07c3897
fix(locale-ca): update translation (#4148) 2020-08-16 11:40:39 +03:00
senda_y
1f2029f527
feat: update locale (ja) (#4071) 2020-07-26 14:37:01 +03:00
Arno DUBOIS
ec58401500
feat: update locale (fr) (#4002) 2020-07-12 11:58:10 +03:00
Nhan Doan
f4b2999898
feat(locale): add 'vi' locale 🇻🇳 (#3981) 2020-07-06 14:50:15 +03:00
Erez Rokah
af7bbbd9a9
Feat: nested collections (#3716) 2020-06-18 10:11:37 +03:00
Nigel Huang
a50edc7055
feat: add backend status down indicator (#3889) 2020-06-15 17:59:28 +03:00
Prachya Saechua
699526c23b
feat(lang): add 'th' locale (#3890)
feat(lang): add 'th' locale
2020-06-15 11:53:11 +03:00
Erez Rokah
285c940562
fix: handle token expiry (#3847) 2020-06-03 12:44:03 +03:00
Tom Rutgers
dd7bced09e
fix(locale): update translation strings for 'nl' locale (#3802) 2020-05-25 14:40:15 +03:00
Shashank Bairy R
c28cc0c9e7
feat: add filter to collection view (#3741) 2020-05-24 20:37:08 +03:00
Steffen Martinsen
d3aaf4ddb3
feat(lang): add norwegian (#3785) 2020-05-20 12:37:52 +03:00
Hannes Küttner
588622adb2
feat: improve search to target single collections (#3760) 2020-05-18 10:52:06 +03:00
Maurici Abad Gutierrez
9d6260bd4b
fix(locale): Add translation for "download" in mediaLibraryModal (#3771) 2020-05-17 19:12:28 +03:00
Maurici Abad Gutierrez
76b19eaca4
fix(locale): Improve Catalan translation (#3770) 2020-05-17 19:12:07 +03:00
Elias Norrby
5c5f390590
feat(locale): add 'sv' locale (#3724) 2020-05-11 13:23:24 +03:00
Marlon Luan
b5a242ec8e
feat(locale): update PT language (#3669) 2020-04-28 10:25:03 +03:00
senda_y
5b1353d755
fix: locale japanese (#3668) 2020-04-27 19:16:27 +03:00
Kunal Kundu
cf252605ad
feat: add-download-button closes #3429 (#3609) 2020-04-20 12:37:47 +03:00
Carlos Fernández
f88c83b97a
fix(locale): add missing translation strings for 'es' locale (#3626) 2020-04-19 11:48:27 +03:00
Tom Claes
79b8469337
feat(widget-datetime): add now to datepicker (#3484) 2020-04-12 18:17:01 +03:00
Erez Rokah
d4b28e22a6
Fix(locale): Add missing translation strings for polish (#3530) 2020-04-02 20:25:06 +03:00
Erez Rokah
174d86f0a0
Feat: entry sorting (#3494)
* refactor: typescript search actions, add tests avoid duplicate search

* refactor: switch from promise chain to async/await in loadEntries

* feat: add sorting, initial commit

* fix: set isFetching to true on entries request

* fix: ui improvments and bug fixes

* test: fix tests

* feat(backend-gitlab): cache local tree)

* fix: fix prop type warning

* refactor: code cleanup

* feat(backend-bitbucket): add local tree caching support

* feat: swtich to orderBy and support multiple sort keys

* fix: backoff function

* fix: improve backoff

* feat: infer sortable fields

* feat: fetch file commit metadata - initial commit

* feat: extract file author and date, finalize GitLab & Bitbucket

* refactor: code cleanup

* feat: handle github rate limit errors

* refactor: code cleanup

* fix(github): add missing author and date when traversing cursor

* fix: add missing author and date when traversing cursor

* refactor: code cleanup

* refactor: code cleanup

* refactor: code cleanup

* test: fix tests

* fix: rebuild local tree when head doesn't exist in remote branch

* fix: allow sortable fields to be an empty array

* fix: allow translation of built in sort fields

* build: fix proxy server build

* fix: hide commit author and date fields by default on non git backends

* fix(algolia): add listAllEntries method for alogolia integration

* fix: handle sort fields overflow

* test(bitbucket): re-record some bitbucket e2e tests

* test(bitbucket): fix media library test

* refactor(gitgateway-gitlab): share request code and handle 404 errors

* fix: always show commit date by default

* docs: add sortableFields

* refactor: code cleanup

* improvement: drop multi-sort, rework sort UI

* chore: force main package bumps

Co-authored-by: Shawn Erquhart <shawn@erquh.art>
2020-03-31 23:13:27 -04:00
Tomáš Mazač
bae6a2b68a
fix(locale): Fix czech locale (#3493) 2020-03-29 20:12:52 +03:00
Erez Rokah
42d60a644c
fix: update error boundary about GitHub issue data (#3471) 2020-03-23 19:02:01 +02:00
Ferran Buireu
66baec4b8f
feat(catalan-translation): add catalan translation (#3412) 2020-03-13 18:13:20 +01:00
Erez Rokah
eb21723799
fix(locale): Translate headings into german (#3382) 2020-03-05 19:48:18 +01:00
Erez Rokah
50837b0068
fix: ja locale labels (#3367) 2020-03-05 16:35:24 +01:00
tiuweehan
7c45a3cda9
fix(locale): Remove hard coded string literals (#3333) 2020-02-28 11:12:10 +01:00
Çağatay
036ea06d5e
fix(locale-tr): fix tr locale (#3301) 2020-02-22 08:42:17 +01:00
Stan
73f679480b
fix editorToolbar translations (#3281)
* fix editorToolbar translations

Publicatie terugtrekken // Publicatie teruggetrokken, alternatief zou kunnen zijn: Publicatie ongedaan maken // Publicatie ongedaan gemaakt. Voel je vrij.

* consistentie wijziging
2020-02-18 15:44:04 +01:00
Tom Rutgers
2043c0b782
feat(dutch): add missing dutch translations (#3200) 2020-02-05 10:15:29 +02:00
Patryk Niedźwiedziński
4525936136
feat(polish): add missing polish translations (#3197) 2020-02-04 14:50:34 +02:00
tiuweehan
fc91bf8781
fix(locale): remove hard coded strings (#3193) 2020-02-04 14:49:47 +02:00
Lukas Zanner
e6deab03b9
fix(locale): add missing german translations (#3179) 2020-02-02 01:46:53 +01:00
Shawn Erquhart
fd9e2c89f2
feat(select-widget): add min/max validation (#3171) 2020-01-30 17:53:46 -08:00
Leonardo Matos
67e5fd2aaf
fix(locale-pt): typo fix for backCollection pt (#3170) 2020-01-31 00:15:47 +01:00
Fabio Biola
dc403e4a82 feat(locale): add italian localization (#3141) 2020-01-27 16:56:59 -08:00
vojtapol
0755f90142 feat(locale): add czech localization (#3108) 2020-01-20 13:23:10 +02:00
dGrammatiko
ee02cf61ad feat(locale): add Greek translation (#3107) 2020-01-20 12:47:54 +02:00
Erez Rokah
857a414e3d
feat(lang): add 'zh_Hant' locale (#3068)
Co-authored-by: Chen-Yi Hsu <11488168+cyihsu@users.noreply.github.com>
2020-01-12 12:26:02 +02:00
Mauro Bieg
24a81ef9b7 Add media_library.config.max_file_size option (#3028)
* feat: add media_library.config.max_file_size option
2020-01-09 19:56:11 +02:00