Commit graph

356 commits

Author SHA1 Message Date
Mikołaj Pich
07d68f5425 Remove getStudents() API 2023-04-15 22:39:36 +02:00
Mikołaj Pich
76e6a0e5bd Remove deprecated sdk-mobile module 2023-04-08 01:09:29 +02:00
Mikołaj Pich
d9638eeba7 Simplify API of grades 2023-04-08 00:49:24 +02:00
Mikołaj Pich
8adeb5842f Rename Timetable to Lesson, simplify timetable API 2023-04-08 00:15:36 +02:00
Mikołaj Pich
492f8ede8f Add some version catalogs config 2023-04-02 09:17:16 +02:00
Mikołaj Pich
5e02645dd3 Add cloudflare detection 2023-03-07 00:02:10 +01:00
Mikołaj Pich
f87dd17bae Handle new account permission exception page 2023-03-06 22:40:34 +01:00
Mikołaj Pich
3bcc87b4a0 Update chromeRev in default user agent 2023-03-01 21:48:01 +01:00
Mikołaj Pich
b883539c1f Add option to set custom user agent template 2023-03-01 21:43:56 +01:00
Mikołaj Pich
5143ad223f Add missing trailing commas 2023-03-01 21:03:10 +01:00
dependabot[bot]
3a8b351d2b
Bump io.mockk:mockk-jvm from 1.13.3 to 1.13.4 (#156) 2023-02-12 14:27:56 +00:00
Mikołaj Pich
6a3e04f0af Always try to mark message as read when markAsRead flag is true
wulkanowy/wulkanowy#2082
2023-01-12 20:35:45 +01:00
Mikołaj Pich
af6595de1f Add some antybot errors detection to prevent other strange errors 2023-01-05 21:51:24 +01:00
Mikołaj Pich
d19d74d254 Fix sign in to registers using full login with prefix 2023-01-05 21:15:40 +01:00
Mikołaj Pich
a3b97edd48 Fix getNormalizedSymbol() for Ł letter 2022-12-30 21:29:40 +01:00
Mikołaj Pich
3c5a4d66ce Update account unlock error validation 2022-12-30 18:20:24 +01:00
Mikołaj Pich
c9005720c9 Add workaround for 'Login Service' page errors 2022-12-27 23:12:38 +01:00
Mikołaj Pich
a0572e7743 Move inactive account detection to error interceptor 2022-12-27 22:51:47 +01:00
Mikołaj Pich
a2ff889ee4 Fix inactive account detection in register repo 2022-12-27 14:56:38 +01:00
Mikołaj Pich
170485fea2 Move inactive account detection to auto login interceptor and register repo 2022-12-27 14:37:28 +01:00
Mikołaj Pich
0ab26a65dd Switch teacher to employee in register terminology 2022-12-26 21:13:50 +01:00
Mikołaj Pich
f4b4c70b67 Add inactive account detection 2022-12-26 20:40:30 +01:00
Mikołaj Pich
19260cd862 Fix login service error message 2022-12-26 01:44:07 +01:00
Mikołaj Pich
285a03b5c2 Catch Login service errors 2022-12-26 01:06:16 +01:00
Mikołaj Pich
a5389a960c Fix parent ids value 2022-12-25 23:15:47 +01:00
Mikołaj Pich
73fe1e21fc Fix graduate exception message 2022-12-25 23:15:30 +01:00
Mikołaj Pich
34a0059df9 Add raw subject ids 2022-12-25 22:52:43 +01:00
Mikołaj Pich
bf63509acd Detect student graduate message 2022-12-25 22:41:58 +01:00
Mikołaj Pich
0b487191ec Add very basic support for teachers 2022-12-24 10:50:45 +01:00
Mikołaj Pich
3b25f5d9bf Add new abstraction around registration, use it in old getStudents() API 2022-12-23 23:52:33 +01:00
Mikołaj Pich
42dbd67a39 Extract UrlGenerator to separate file 2022-12-22 01:10:21 +01:00
Mikołaj Pich
c42d008bbf Fix adfs id for non-rzeszowprojekt 2022-12-21 12:52:43 +01:00
Mikołaj Pich
c74512daa7 Fix id in url login to adfs light scoped 2022-12-20 23:15:45 +01:00
Mikołaj Pich
d66c9805b2 Remove resman.pl mentions 2022-12-20 13:03:36 +01:00
dependabot[bot]
336187c93e
Bump mockk-jvm from 1.13.2 to 1.13.3 (#142) 2022-12-02 19:31:22 +00:00
Mikołaj Pich
876b00ca32 Update default user agent details 2022-11-19 22:14:10 +01:00
Mikołaj Pich
497f4f5910 Fix parsing recipient with special name
Fixes #132
2022-10-02 20:03:14 +02:00
Mikołaj Pich
7745db956c Add readBy/unreadBy field to message meta objects 2022-10-02 19:50:07 +02:00
dependabot[bot]
f65faabbd7
Bump mockk from 1.12.5 to 1.13.2 (#134) 2022-10-02 14:34:04 +00:00
Mikołaj Pich
2840d9d6d0 Use null to indicate invalid grade value instead of 0 2022-09-28 23:00:05 +02:00
Mikołaj Pich
bc21110445 Don't expect MessageDetails response from markMessageAsRead method 2022-09-17 11:34:48 +02:00
Mikołaj Pich
0d43710ac6 Return empty states from some methods when diaryId == 0 2022-09-08 21:33:37 +02:00
Mikołaj Pich
f1340f1696 Add attendance records endpoint method 2022-09-08 21:22:20 +02:00
Mikołaj Pich
dcd8bd8b19 Filter out units where there is no student or parent ids in auth info 2022-09-02 19:06:21 +02:00
Mikołaj Pich
4d591f2672 Add log stmt to studentSchools links 2022-09-01 17:04:38 +02:00
Mikołaj Pich
43f462c49d Add log stmt to error from mark message as read 2022-09-01 16:55:15 +02:00
Mikołaj Pich
006a238bda Use organizationName property over unit.name 2022-08-31 16:01:15 +02:00
Mikołaj Pich
e92e696725 Use permissions property instead of extract school id from DOM 2022-08-31 14:59:30 +02:00
Mikołaj Pich
21e4d75e1b Add missing headers to mark message as read request 2022-08-31 12:16:17 +02:00
Mikołaj Pich
047c1f83c8 Try to mark message as read only if message not already read 2022-08-31 11:57:18 +02:00