Iván Ovejero
|
9850a560b4
|
chore(core): Add exemptions to fix intermittent type error on build (#16420)
|
2025-06-17 13:16:24 +02:00 |
|
Iván Ovejero
|
c229e915ea
|
refactor(core): Move Logger to @n8n/backend-common (#15721)
|
2025-05-30 12:57:47 +02:00 |
|
Iván Ovejero
|
2bd80ced6e
|
chore(core): Switch import/no-cycle to error level (#15408)
|
2025-05-23 17:59:48 +02:00 |
|
Iván Ovejero
|
e122b3f0f9
|
refactor(core): Move UserRepository and subscribers to @n8n/db (#15352)
|
2025-05-13 15:24:26 +02:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
8591c2e0d1
|
refactor(core): Migrate DB setup to use DI (#15324)
|
2025-05-13 13:28:41 +02:00 |
|
Iván Ovejero
|
1f6a36e26e
|
refactor(core): Move shared workflow and shared credentials repositories to @n8n/db (#15255)
|
2025-05-09 17:10:25 +02:00 |
|
Iván Ovejero
|
32b72011e6
|
refactor(core): Move second batch of repositories to @n8n/db (#15137)
|
2025-05-06 16:40:34 +02:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
2bb190349b
|
refactor(core): Move more code into @n8n/permissions. Add aditional tests and docs (no-changelog) (#15062)
Co-authored-by: Danny Martini <danny@n8n.io>
|
2025-05-06 15:11:05 +02:00 |
|
Iván Ovejero
|
ade546fb48
|
refactor(core): Move first batch of repositories to @n8n/db (#15130)
|
2025-05-06 11:22:43 +02:00 |
|
Ricardo Espinoza
|
e01bab58a5
|
feat(core): Add onlySharedWithMe filter to GET /credentials endpoint (no-changelog) (#14885)
Co-authored-by: Danny Martini <danny@n8n.io>
|
2025-05-02 13:08:30 -04:00 |
|
Iván Ovejero
|
20834abb56
|
refactor(core): Move interrelated entities to @n8n/db (#15050)
|
2025-05-02 12:19:32 +02:00 |
|
Ricardo Espinoza
|
b86fabf047
|
feat(core): Only show credentials shared with you in the overview section (no-changelog) (#14855)
Co-authored-by: Danny Martini <danny@n8n.io>
|
2025-04-30 09:44:58 -04:00 |
|
Iván Ovejero
|
442cd094ee
|
refactor(core): Separate list query entities from request types (#15015)
|
2025-04-30 13:34:50 +02:00 |
|
Iván Ovejero
|
20115a8fa1
|
refactor(core): Move initial files to @n8n/db (#14953)
|
2025-04-29 18:14:52 +02:00 |
|
Iván Ovejero
|
70b93f2f53
|
refactor(core): Split out database types (#14942)
|
2025-04-28 16:15:20 +02:00 |
|
Iván Ovejero
|
b7c5521942
|
refactor(core): Decouple RoleService from repositories (#14944)
|
2025-04-28 13:06:34 +02:00 |
|
Iván Ovejero
|
e6381e09e3
|
refactor(core): Introduce @n8n/decorators package (#14784)
|
2025-04-23 16:39:49 +02:00 |
|
Iván Ovejero
|
3ca99194c6
|
refactor(core): Migrate all errors in cli package to new hierarchy (#13478)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
|
2025-02-27 09:30:55 +02:00 |
|
Csaba Tuncsik
|
7bd83d7d33
|
fix(editor): Optionally share credentials used by the workflow when moving the workflow between projects (#12524)
Co-authored-by: Danny Martini <danny@n8n.io>
|
2025-02-21 11:05:37 +01:00 |
|
Tomi Turtiainen
|
6ef9ae1862
|
refactor: Add dto for POST /credentials endpoint (#13306)
|
2025-02-19 17:50:42 +02:00 |
|
Tomi Turtiainen
|
956637b614
|
refactor: Add dto for /credentials/new endpoint (#13307)
|
2025-02-18 16:26:37 +02:00 |
|
Tomi Turtiainen
|
052f17744d
|
fix(core): Redact credentials (#13263)
|
2025-02-14 16:46:21 +02:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
a4c5334853
|
fix(core): Handle credential decryption failures gracefully on the API (#13166)
|
2025-02-10 13:40:31 +01:00 |
|
Danny Martini
|
967ee4b89b
|
feat: Synchronize deletions when pulling from source control (#12170)
Co-authored-by: r00gm <raul00gm@gmail.com>
|
2025-01-20 16:53:55 +01:00 |
|
Danny Martini
|
73897c7662
|
fix: Don't break oauth credentials when updating them and allow fixing broken oauth credentials by repeating the authorization flow (#12563)
|
2025-01-13 13:48:16 +01:00 |
|
Danny Martini
|
8a42d55d91
|
fix(core): Only show personal credentials in the personal space (#12433)
|
2025-01-09 18:06:47 +01:00 |
|
Danny Martini
|
ecabe34705
|
fix(core): Return unredacted credentials from GET credentials/:id (#12447)
|
2025-01-07 11:17:26 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
39d5e0ff87
|
refactor(core): Replace typedi with our custom DI system (no-changelog) (#12389)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
|
2025-01-06 10:21:24 +01:00 |
|
Danny Martini
|
f56ad8cf49
|
feat(core): Add includeData parameter to GET /credentials (#12220)
Co-authored-by: r00gm <raul00gm@gmail.com>
|
2024-12-31 13:04:37 +01:00 |
|
Ricardo Espinoza
|
ac4e042231
|
feat(core): Add endpoint to create free AI credits (#12362)
|
2024-12-27 09:46:57 -05:00 |
|
Ricardo Espinoza
|
66f8c9e249
|
refactor(core): Encapsulate logic to create new credential into its own method (#12361)
|
2024-12-27 08:26:36 -05:00 |
|
Iván Ovejero
|
f754b22a3f
|
refactor(core): Mark all backend Enterprise Edition files and dirs (#12350)
|
2024-12-24 13:02:05 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
471d7b9420
|
refactor(core): Move Logger to core (no-changelog) (#12310)
|
2024-12-23 13:46:13 +01:00 |
|
Iván Ovejero
|
3a9c65e1cb
|
refactor(core): Modernize logger service (#11031)
|
2024-10-01 12:16:09 +02:00 |
|
Csaba Tuncsik
|
136d491325
|
fix(editor): Allow resources to move between personal and team projects (#10683)
Co-authored-by: Danny Martini <danny@n8n.io>
|
2024-09-27 15:12:31 +02:00 |
|
Iván Ovejero
|
73daabbd0e
|
docs(core): Document access checks (#10929)
|
2024-09-24 11:02:39 +02:00 |
|
Tomi Turtiainen
|
5156313074
|
refactor(core): Enable import/order eslint rule (#10794)
|
2024-09-12 19:07:18 +03:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
8450ec5a5c
|
fix(core): Do not serialize CredentialsEntity.shared anymore (no-changelog) (#10753)
|
2024-09-10 16:35:39 +02:00 |
|
Iván Ovejero
|
6485ca0a4b
|
refactor(core): Enforce filename casing in cli package (no-changelog) (#10594)
|
2024-08-28 17:57:46 +02:00 |
|
Iván Ovejero
|
bc958be93b
|
refactor(core): Convert verbose to debug logs (#10574)
|
2024-08-28 09:32:53 +02:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
ab9835126e
|
refactor(core): Use @/databases/ instead of @db/ (no-changelog) (#10573)
|
2024-08-27 17:24:20 +02:00 |
|
Iván Ovejero
|
fd58a272e1
|
refactor(core): Standardize filename casing for controllers and databases (no-changelog) (#10564)
|
2024-08-27 16:44:32 +02:00 |
|
Iván Ovejero
|
f667b384c9
|
refactor(core): Standardize filenames in cli (no-changelog) (#10484)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
|
2024-08-22 11:10:37 +02:00 |
|
Val
|
613cdd2ba2
|
fix: Project Viewer always seeing a connection error when testing credentials (#10417)
|
2024-08-15 10:39:48 +02:00 |
|
Val
|
697bc90b0b
|
feat: Allow sharing to and from team projects (no-changelog) (#10144)
|
2024-08-09 12:59:28 +02:00 |
|
Tomi Turtiainen
|
afa43e75f6
|
test(core): Move unit tests closer to testable components (no-changelog) (#10287)
|
2024-08-05 12:12:25 +03:00 |
|
Iván Ovejero
|
aa0a470dce
|
refactor(core): Clean up event relays (no-changelog) (#10284)
|
2024-08-02 16:52:49 +02:00 |
|
Iván Ovejero
|
520f2316d1
|
refactor(core): Decouple credentials from internal hooks (no-changelog) (#10162)
|
2024-07-25 11:56:00 +02:00 |
|
Iván Ovejero
|
aba1c64500
|
refactor(core): Rename EventRelay to EventService (no-changelog) (#10110)
|
2024-07-19 12:55:38 +02:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
48f047ee2e
|
fix(core): Redact csrfSecret when returning oauth credentials to the frontend (#10075)
|
2024-07-16 18:09:56 +02:00 |
|