275 Commits

Author SHA1 Message Date
Paulo Gustavo Veiga
712fbaa3a7 Handle authentication errors to avoid being reported as 500 2023-12-12 18:07:44 -08:00
Paulo Gustavo Veiga
2c1e634a1a Fix log level for ValidationException 2023-11-22 20:23:52 -08:00
Paulo Gustavo Veiga
597e3ab165 Move security auth. 2023-11-22 16:50:56 -08:00
Paulo Gustavo Veiga
68c8f5c6b8 Add @Transactional to controller. 2023-11-20 19:47:53 -08:00
Paulo Gustavo Veiga
d26b516eb9 Clean up. 2023-11-20 19:44:59 -08:00
Paulo Gustavo Veiga
769968376b Add log verbosity. 2023-11-20 08:00:09 -08:00
Paulo Gustavo Veiga
55c104cfbe fix lazy initialization error. 2023-11-20 07:27:56 -08:00
Paulo Gustavo Veiga
479eb6db2c Refactor beens loading. 2023-11-19 15:40:16 -08:00
Paulo Gustavo Veiga
a739bb3e0b Move more services out of XML definition. 2023-11-19 08:28:40 -08:00
Paulo Gustavo Veiga
87712b2493 Fix public map access. 2023-08-10 23:18:59 -07:00
Paulo Gustavo Veiga
a66dff8ae4 Migrate authentication to beans. 2023-07-28 22:46:38 -07:00
Paulo Gustavo Veiga
30098527b5 Enforce password size limit 2023-07-02 10:13:42 -07:00
Paulo Gustavo Veiga
6acde03327 Improve OAuth error handling. 2023-04-01 13:33:15 -07:00
Paulo Gustavo Veiga
439b237caa Fix adding harcode description. 2023-01-18 21:36:56 -08:00
Gustavo Fuhr
2592d338bb Google Authenticaition support 2022-12-13 02:36:58 +00:00
Paulo Gustavo Veiga
23b0f7351e Resolve several critical vulnerabilities. 2022-10-27 20:28:37 -07:00
Paulo Gustavo Veiga
7c060ee192 Fix typo 2022-10-21 18:37:33 -07:00
Paulo Gustavo Veiga
2981fe79f7 Rename exception OnwerCollabCannotChangeException 2022-10-21 18:34:55 -07:00
Paulo Gustavo Veiga
44bb67936b Add starred get endpoint 2022-10-21 17:26:19 -07:00
Paulo Gustavo Veiga
5f26874b47 Clean up dependencies on map delete 2022-09-27 18:47:56 -07:00
Paulo Gustavo Veiga
708a42c560 Optimize to avoid single selects on OnToMany in mindmap. 2022-09-26 20:41:48 -07:00
Paulo Gustavo Veiga
86964febc1 Performance optimization to avoid loading Collaboration table per map. 2022-09-26 10:25:23 -07:00
Paulo Gustavo Veiga
704fb1a880 Workaround to solve maps visibility problem on missing COLLABORATION entry. 2022-09-24 09:37:36 -07:00
Paulo Gustavo Veiga
485814f22a Add starred unit test 2022-08-06 16:54:27 -07:00
Gonzalo Martinez
edaa4b78f4 Merged in integration-test-incresed-coverage (pull request #19)
Integration test incresed coverage

* batchDelete test implementation

* updatePublishState test implementation

* RestMindmapHistory basic constructor for testing purpose

* fetchMapHistory test implementation

* updateRevertMindmap test implementation

* Coverage report in README

* correction

* updateRevertMindmap test improvement

* addCollab missed branches

* deleteCollab missed branches


Approved-by: Paulo Veiga
2022-07-29 23:19:14 +00:00
Paulo Gustavo Veiga
d831c9d81f Improve control when owner try to be changed. 2022-04-15 00:21:38 -03:00
Paulo Gustavo Veiga
51cfa961e6 Improve handling change of ownner exception. 2022-04-14 16:37:18 -03:00
Paulo Gustavo Veiga
3e9a5a0b12 Add exclusion list for domains. 2022-04-11 17:50:19 -03:00
Paulo Gustavo Veiga
7af7925610 Add control to limit the number of accounts to share. 2022-04-11 16:58:06 -03:00
Paulo Gustavo Veiga
86a0a876ca Fix error trying to delete account with labels created. 2022-04-03 22:02:20 -03:00
Paulo Gustavo Veiga
a618849afc Remove REST API application/xml type support 2022-04-02 12:59:54 -03:00
Paulo Gustavo Veiga
6f19323292 Add debug information. 2022-03-28 08:15:46 -03:00
Paulo Gustavo Veiga
f70f1d89ab Translate welcome email. 2022-03-27 07:32:53 -03:00
Paulo Gustavo Veiga
c5c47892cb Improve collab error email report. 2022-03-24 00:14:38 -03:00
Paulo Gustavo Veiga
d380b97938 Clean up lock implementation 2022-03-23 23:32:19 -03:00
Paulo Gustavo Veiga
b8eadb7533 Fix unit tests 2022-03-23 10:56:57 -03:00
Paulo Gustavo Veiga
63f83e879d Merge branch 'develop' into feature/lock2 2022-03-22 22:09:00 -03:00
Paulo Gustavo Veiga
0ee642c246 Improve exception un invalid email 2022-03-22 20:44:07 -03:00
Paulo Gustavo Veiga
cbdd6ebb47 WIp 2022-03-22 08:35:47 -03:00
Paulo Gustavo Veiga
fdd6fb928b Improve lock logic. 2022-03-17 19:25:33 -03:00
Paulo Gustavo Veiga
340ddcd1ef Update copyright 2022-03-17 18:47:34 -03:00
Paulo Gustavo Veiga
a9d091a187 Improve error handle on security errors. 2022-03-15 10:30:18 -03:00
Paulo Gustavo Veiga
c769a5fbe7 Fix compilation 2022-03-14 15:08:31 -03:00
Paulo Gustavo Veiga
7ca5bf716f Improve message on lack of permissions to perform map operations 2022-03-14 15:04:15 -03:00
Paulo Gustavo Veiga
e0dac73873 Fix NPE on null user. 2022-02-28 21:12:28 -08:00
Paulo Gustavo Veiga
fbbd2c43ff Fix marging on view 2022-02-22 18:14:21 -08:00
Paulo Gustavo Veiga
c3f93fdf4a Improve validation of xml mindmaps during save. 2022-02-22 14:17:13 -08:00
Paulo Gustavo Veiga
63cfe44d50 Remove orphan collabs on registration 2022-02-16 18:05:26 -08:00
Paulo Gustavo Veiga
5c0c18eba0 Add email validation on collaborators. 2022-02-14 19:59:36 -08:00
Paulo Gustavo Veiga
fb1755768c Adjust log level 2022-02-13 08:25:09 -08:00