Commit graph

919 commits

Author SHA1 Message Date
Mikołaj Pich
876cb1949f Add log stmt in sendMessage() 2020-09-27 21:32:34 +02:00
Mikołaj Pich
9364c2e6fc Prepend EDUNET\ to umt.tarnow.pl login 2020-09-27 17:44:00 +02:00
Mikołaj Pich
3ce92d979e Fix no enum constant found on umt.tarnow.pl login 2020-09-27 17:39:53 +02:00
Mikołaj Pich
b94a4c1eec Fix umt.tarnow.pl login 2020-09-26 23:19:05 +02:00
Mikołaj Pich
09b0de6910 Migrate mobile module to moshi 2020-09-26 16:20:17 +02:00
Mikołaj Pich
01903e16db Fix parsing attendance summary 2020-09-26 15:50:43 +02:00
Mikołaj Pich
2b9fef6d0f Fix date serialization in requests 2020-09-26 15:35:36 +02:00
Mikołaj Pich
3e7228b0cf Fix lint 2020-09-26 15:16:37 +02:00
Mikołaj Pich
07a21f8fb7 Fix grade points summary parsing 2020-09-26 15:14:22 +02:00
Mikołaj Pich
510161aaf9 Migrate scraper to moshi 2020-09-26 14:34:32 +02:00
Mikołaj Pich
a9a2588e97 Version 0.20.5 2020-09-19 01:13:15 +02:00
Mikołaj Pich
b652036a26 Fix eduportal.koszalin.pl login 2020-09-15 18:27:12 +02:00
Mikołaj Pich
a926e11387 Fix parsing summary message in password recover 2020-09-13 23:11:39 +02:00
Mikołaj Pich
065de54c95 Version 0.20.4 2020-09-13 18:45:34 +02:00
Mikołaj Pich
7c0e838faa Improve retrying after requests auto login 2020-09-12 16:27:46 +02:00
Mikołaj Pich
de79078eee Make notLoggedInCallback suspend 2020-09-12 13:18:18 +02:00
Mikołaj Pich
1e17571dc7 Add eduportal.koszalin.pl to known register in password recover 2020-09-12 11:03:24 +02:00
Mikołaj Pich
0faa50327d Add AttendanceCategory.getCategoryByName() method 2020-09-06 18:24:57 +02:00
Mikołaj Pich
c83179dca3 Version 0.20.3 2020-09-04 23:01:02 +02:00
Mikołaj Pich
c1b92fe905 Use orEmpty() instead of not-null assertion operator 2020-09-03 15:51:31 +02:00
Mikołaj Pich
9ca78973eb Version 0.20.2 2020-09-02 00:18:21 +02:00
Mikołaj Pich
b28d8c4576 Version 0.20.1 2020-09-01 23:59:28 +02:00
Mikołaj Pich
126d84660d Synchronize auto login on jar object 2020-09-01 22:37:33 +02:00
Mikołaj Pich
98205278a0 Version 0.20.0 2020-08-29 22:54:20 +02:00
Mikołaj Pich
cbcc640011 Return sender object instead of only sender name and id 2020-08-29 21:09:24 +02:00
Mikołaj Pich
698ab58791 Return recipients list instead of recipient name string 2020-08-29 20:58:33 +02:00
Mikołaj Pich
dbbe280ccb Normalize recipients in received and deleted messages 2020-08-29 17:22:00 +02:00
Mikołaj Pich
e2fe3a3bc0 Use diary semesters' unit id to match correct unit 2020-08-29 16:47:38 +02:00
Mikołaj Pich
ead5197309 Disable auto login thread synchronization before 0.20.0 release 2020-08-29 13:58:50 +02:00
Mikołaj Pich
822cf88715 Normalize recipients in sent messages 2020-08-29 13:57:27 +02:00
Mikołaj Pich
c6d1453536 Fix userLoginId value 2020-08-29 12:14:37 +02:00
Mikołaj Pich
2b686643f3 Fix lint 2020-08-29 11:12:51 +02:00
Mikołaj Pich
f217a70d9c Fix messages test 2020-08-29 11:01:53 +02:00
Mikołaj Pich
8db8258351 Throw IAE if folder id is out of range 1..3 2020-08-29 09:37:56 +02:00
Mikołaj Pich
1dcdf37b07 Add start and end params to get message methods 2020-08-27 21:13:40 +02:00
Mikołaj Pich
5a2e47c307 Fix message deleting 2020-08-27 11:50:07 +02:00
Mikołaj Pich
90792717e6 Fix getRecipients endpoint http method 2020-08-27 10:40:45 +02:00
Mikołaj Pich
9895a5ba5a Update Message pojo 2020-08-27 10:39:40 +02:00
Mikołaj Pich
e1f5170257 Fix compilation error 2020-08-27 00:34:06 +02:00
Mikołaj Pich
f41e6618e1 Update messages endpoints (20.09.0001.39536) 2020-08-27 00:25:38 +02:00
Mikołaj Pich
2345dea5a5 Fix tests 2020-08-23 19:54:05 +02:00
Mikołaj Pich
b919b962ca Make student second name nullable 2020-08-23 19:16:15 +02:00
Mikołaj Pich
f907f691a2 Fix units url in register repo 2020-08-23 17:14:18 +02:00
Mikołaj Pich
5930df6734 Fix units url in register repo 2020-08-23 17:07:53 +02:00
Mikołaj Pich
7aa654605b Disable login interceptor in messages service used in registration 2020-08-23 16:52:06 +02:00
Mikołaj Pich
47bb36a794 Add missing studentSurname property to Student pojo 2020-08-23 16:18:21 +02:00
Mikołaj Pich
a0539b7e5a Use flatMap instead of map {}.flatten() 2020-08-23 16:03:48 +02:00
Mikołaj Pich
e613b2441b Add student second- and surname, remove level from className 2020-08-19 22:06:55 +02:00
Mikołaj Pich
0a81167215 Add user name and user login id in scrapper 2020-08-17 23:43:15 +02:00
Mikołaj Pich
181d04cf4b Update kotlin to 1.4.0 2020-08-17 22:52:23 +02:00