Andrey Antukh
1fd2b3fff8
Merge remote-tracking branch 'origin/main' into develop
2021-05-06 19:53:21 +02:00
Andrey Antukh
d2f8d4a306
✨ Increase default team invitation token expiration.
2021-05-06 18:46:26 +02:00
Andrey Antukh
e15a212b14
🎉 Add dashboard custom fonts management.
2021-05-04 14:21:31 +02:00
Andrey Antukh
ce5429a531
Merge branch 'main' into staging
2021-04-26 11:23:55 +02:00
Andrey Antukh
8ecc0b3cd9
🐛 Fix email registration whitelist handling.
2021-04-26 11:19:50 +02:00
Andrey Antukh
2828ccda7f
✨ Add the ability to check roles to openid integration.
2021-04-20 16:42:21 +02:00
Andrey Antukh
f545e41d10
📎 Fix license header.
2021-04-12 16:49:43 +02:00
Andrey Antukh
0926fbcbc6
♻️ Minor code reorganization.
...
Improves modularity and reusability and allows usage
of backend code as a library.
2021-03-31 09:28:15 +02:00
alonso.torres
ea3f2fbfce
🐛 Fix issue when promoting to owner
2021-03-29 10:51:07 +02:00
Andrey Antukh
90a51dc44a
🐛 Only allow bitmap images on team and profile photo.
2021-03-29 09:06:42 +02:00
Andrés Moya
47c58df2a4
🐛 Fix errors duplicating objects with deleted relations
2021-03-26 12:51:48 +01:00
alonso.torres
ecff4c5dce
✨ Removed svgcleaner
2021-03-25 08:19:35 +01:00
Andrey Antukh
727d6b78ce
🐛 Fix ldap connection handling.
2021-03-24 11:43:19 +01:00
alonso.torres
c12cbbca2e
🐛 Fixes problems with comments section
2021-03-10 11:48:09 +01:00
Andrey Antukh
fdeaac7f65
Merge branch 'main' into develop
2021-03-08 11:58:48 +01:00
Andrey Antukh
31165c4ce6
🐛 Fix broken profile and profile options forms.
2021-03-08 11:27:42 +01:00
elhombretecla
6c47df20af
🎉 Add terms check to register
2021-03-08 10:10:53 +01:00
Andrey Antukh
fbfe792a93
📎 Fix linter issues.
2021-03-05 09:13:11 +01:00
Andrey Antukh
5ae823b25c
🐛 Don't cache ldap connection.
2021-03-05 08:58:57 +01:00
Andrey Antukh
2ca8ff4db1
Merge pull request #694 from penpot/dashboard-files
...
Dashboard files
2021-03-04 17:11:41 +01:00
mathieu.brunot
e1ae80583f
💥 Change escape character for LDAP
...
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2021-03-04 16:43:39 +01:00
Andrey Antukh
6a345c4b8a
✨ Complete backend behavior when duplicate and move
2021-03-03 12:38:34 +01:00
Andrés Moya
044f1f63c0
🎉 Duplicate projects and files
2021-03-03 12:29:52 +01:00
Andrey Antukh
9945243a23
🎉 Add backend management module with duplicate file and duplicate project
2021-03-03 12:20:10 +01:00
Andrey Antukh
9b8d73ef86
🐛 Fix topic encoding on msg publication.
2021-03-01 16:37:58 +01:00
Andrey Antukh
0683c4a963
🎉 Add better feedback backend.
2021-03-01 12:14:30 +01:00
Andrey Antukh
129cc86e3b
✨ Minor improvements on getting profile additional data.
2021-02-28 19:51:12 +01:00
Andrey Antukh
645954bc7c
🐛 Fix issues on files and project rpc methods.
2021-02-25 17:45:39 +01:00
Andrey Antukh
cef0353642
🐛 Fix wrong permission check on removing member of team.
2021-02-24 17:30:06 +01:00
Andrey Antukh
e3727aaefe
🎉 Add onboarding data to the database.
2021-02-24 16:31:56 +01:00
Andrey Antukh
65a3126f15
🎉 Add manage cli helper.
2021-02-24 14:12:25 +01:00
Andrey Antukh
82d7a0163d
✨ Rename sprops to setup module.
2021-02-24 14:12:25 +01:00
Andrey Antukh
2eea63dd1a
✨ Change validation order on password recovery request mutation.
2021-02-23 14:34:12 +01:00
Andrey Antukh
19f098359b
🎉 Add specific profile registration and activation metrics.
2021-02-22 14:50:01 +01:00
Andrey Antukh
a63f28a2e5
✨ Normalize logging messages on backend.
2021-02-22 14:50:01 +01:00
Andrey Antukh
de394a7d4e
♻️ Refactor LDAP auth backend.
...
And reorganize oauth backend namespaces.
2021-02-19 13:09:18 +01:00
Andrey Antukh
299b29b66f
🎉 Add browser language detection.
2021-02-19 09:46:11 +01:00
Andrey Antukh
4991cae5ad
🐛 Fix corner cases on invitation/signup flows.
2021-02-18 09:35:37 +01:00
Andrey Antukh
0f9b2923c2
🎉 Add msgbus abstraction.
...
As a replacement for the current pubsub approach.
It now uses a single connection for multiple
subscriptions (instead of conn per subscription);
has asynchronous publish and uses more efficient
blob encoding for message encoding (the same used
as page storage).
2021-02-16 11:49:47 +01:00
Andrey Antukh
7708752ad9
🎉 Add automatic complaint and bouncing handling.
2021-02-12 16:26:28 +01:00
Andrey Antukh
5858f3f180
✨ Improve auth module.
2021-02-12 09:44:08 +01:00
Andrey Antukh
2e438385f3
✨ Increase default deletion delay.
2021-02-10 17:06:09 +01:00
Andrey Antukh
fa573f8a24
🐛 Remove file lock contention on media upload.
2021-02-10 12:07:35 +01:00
Andrey Antukh
fc49674997
🐛 Add better error handling on upload image by url.
2021-02-10 12:07:35 +01:00
Andrey Antukh
c1a139fc51
🎉 Add user feedback module.
2021-02-09 14:12:31 +01:00
Andrés Moya
7bd05d63ac
🐛 Fix error 500 when requesting a password reset
2021-02-08 16:30:35 +01:00
Andrey Antukh
e607e8315c
✨ Auto login after email verify.
2021-02-04 14:29:39 +01:00
Andrey Antukh
687f7ddf64
✨ Don't send emails on recovery password on not verified profile.
...
And show proper message to the user saying that the profile
need to be verfied before proceed.
2021-02-04 11:48:47 +01:00
Andrey Antukh
992a8e9aef
✨ Improve posible race condition handling on user registration.
2021-02-04 11:48:47 +01:00
Andrey Antukh
526b6e1f03
🐛 Unexpected exception on handling of invitation user registration.
2021-02-02 09:30:43 +01:00