Commit Graph

1895 Commits

Author SHA1 Message Date
Christian Landgren 7dc5b80b65 fix: padStart in schedule 2023-10-07 00:56:45 +02:00
Christian Landgren ab9b3a5b42 feat: convert newsletter to markdown 2023-10-06 16:44:06 +02:00
William Ryder dd0f8f3cc4 feat: parse news data 2023-10-06 16:17:21 +02:00
William Ryder 959b17bbab Merge branch 'feat/larandegruppen' of https://github.com/kolplattformen/skolplattformen into feat/larandegruppen 2023-10-06 15:23:18 +02:00
William Ryder ef5e5601c2 feat: fetch week data 2023-10-06 15:17:16 +02:00
Christian Landgren b0764cf65a fix: correct name for fetch token 2023-10-06 14:51:11 +02:00
Christian Landgren 53ee3c1cad feat: get messages and canvas token 2023-10-06 14:50:27 +02:00
William Ryder f1c622ef60 wip: fix timetable and minor things 2023-10-06 12:29:06 +02:00
Christian Landgren 8385d30aaf fix: url for week data 2023-10-06 10:23:51 +02:00
Christian Landgren 618bdbf73c fix: handle errors in login flow correctly 2023-10-06 10:18:24 +02:00
William Ryder c4c52b9819 fix: wrong debug 2023-10-06 09:49:56 +02:00
William Ryder 9276db3c76 wip: fetch more data 2023-10-06 09:43:21 +02:00
William Ryder 6130fdb796 feat: more data 2023-09-22 15:17:39 +02:00
William Ryder 3f469de3d5 feat: login and get children 2023-09-22 11:00:37 +02:00
William Ryder 63dc2eb664 wip: more or less redirect 2023-09-22 09:33:29 +02:00
William Ryder 8a1a0d757e wip: redirect 2023-09-21 01:40:05 +02:00
William Ryder d75f2ec5ed Merge branch 'feat/larandegruppen' of https://github.com/kolplattformen/skolplattformen into feat/larandegruppen 2023-09-20 14:10:17 +02:00
William Ryder bd2ccfca23 feat: follow redirects 2023-09-20 14:08:06 +02:00
Christian Landgren 78e045e818 fix: dont set session here 2023-09-18 23:22:03 +02:00
William Ryder a5ebc0f9f8 fix: remove invalid import 2023-09-15 15:21:21 +02:00
William Ryder 76fd23de53 Merge branch 'feat/larandegruppen' of https://github.com/kolplattformen/skolplattformen into feat/larandegruppen 2023-09-15 15:20:48 +02:00
William Ryder 48d8ae2208 wip: fetch 2023-09-15 15:17:54 +02:00
Christian Landgren 0ff5fad4d9 fix: try to get callback auth to work 2023-09-15 14:59:58 +02:00
William Ryder 8912342541 wip: request headers 2023-09-15 13:20:58 +02:00
William Ryder 65176ea132 Merge branch 'feat/larandegruppen' of https://github.com/kolplattformen/skolplattformen into feat/larandegruppen 2023-09-15 10:11:51 +02:00
William Ryder 501ec80304 wip: fetch children from adentum 2023-09-15 10:11:47 +02:00
Christian Landgren 23f81cf113 aider: Updated React Native version to 0.67.3 in package.json.
# Aider chat conversation:

USER: help me upgrade react native to a version compatible with the rest of the dependencies

ASSISTANT: Sure, I can guide you through the process of upgrading React Native to a version compatible with the rest of your dependencies. However, I need to know the current version of React Native you're using and the versions of the other dependencies in your project.

Please share your `package.json` file. This file contains the list of dependencies and their versions.

Once you've shared the `package.json` file, I can provide you with the steps to upgrade React Native.

USER: I added these *read-write* files: package.json

ASSISTANT: Thank you for providing the `package.json` file.

From the provided `package.json` file, I can see that the current version of React Native in your project is `0.66.4`.

To upgrade React Native, you can use the `react-native upgrade` command which will automatically upgrade your project to the latest version. However, this command might not always work as expected, especially for major version upgrades.

Alternatively, you can manually update the version of React Native in your `package.json` file and then run `yarn install` or `npm install` to install the new version.

Here's how you can manually upgrade React Native to version `0.67.3` (the latest stable version at the time of writing):

```json
package.json
<<<<<<< HEAD
    "react-native": "0.66.4",
=======
    "react-native": "0.67.3",
>>>>>>> updated
```

After updating the `package.json` file, run `yarn install` or `npm install` to install the new version of React Native.

Please note that upgrading React Native might require you to make additional changes to your native iOS and Android projects. You can refer to the [React Native Upgrade Guide](https://react-native-community.github.io/upgrade-helper/) for detailed instructions on how to upgrade your project.

Also, remember to test your application thoroughly after the upgrade to ensure that everything still works as expected.
2023-09-15 09:12:54 +02:00
Christian Landgren 3b7942ac1a Added .aider* to .gitignore. 2023-09-15 09:11:29 +02:00
Christian Landgren bd6a808a7e feat: bankId flow now works in test app 2023-09-14 17:04:34 +02:00
Christian Landgren 58a0ed9825 feat: bankId login almost working 2023-09-14 11:48:26 +02:00
Christian Landgren 6289c43470 feat: add init url and start bankId session 2023-09-08 16:23:31 +02:00
Christian Landgren e0adb9797b feat: first working test-app against login endpoint 2023-09-08 15:35:17 +02:00
Christian Landgren 2daa1b52fb chore: rename lib until created through nx 2023-09-01 15:10:39 +02:00
Christian Landgren f54bfe5f38 feat: create new admentum api hooks 2023-09-01 14:55:55 +02:00
semantic-release-bot ae5fd0624c chore(release): 2.15.7 [skip ci]
## [2.15.7](https://github.com/kolplattformen/skolplattformen/compare/v2.15.6...v2.15.7) (2023-03-28)

### Bug Fixes

* 🐛 Change broken links caused by name change of repo ([#649](https://github.com/kolplattformen/skolplattformen/issues/649)) ([61d47b4](61d47b4440))
2023-03-28 22:38:58 +02:00
Oskar Strömberg 61d47b4440
fix: 🐛 Change broken links caused by name change of repo (#649) 2023-03-28 22:35:19 +02:00
semantic-release-bot ee35ba7108 chore(release): 2.15.6 [skip ci]
## [2.15.6](https://github.com/kolplattformen/skolplattformen/compare/v2.15.5...v2.15.6) (2023-03-21)

### Bug Fixes

* 🐛 BankID urls changed ([#646](https://github.com/kolplattformen/skolplattformen/issues/646)) ([25a2d7f](25a2d7f3f5))
2023-03-21 21:35:15 +01:00
Kajetan Kazimierczak 25a2d7f3f5
fix: 🐛 BankID urls changed (#646)
* fix: 🐛 BankID urls changed

* lint

* fix: 🐛 Tests
2023-03-21 21:31:57 +01:00
Kajetan Kazimierczak 0db53ca046
Merge pull request #645 from kolplattformen/chore/android-targetversion
chore: 🤖 fix android build and deploy
2023-01-18 22:37:52 +01:00
Kajetan Kazimierczak f7493767b0 chore: 🤖 fix android build and deploy 2023-01-18 22:36:36 +01:00
Kajetan Kazimierczak 7b3dfb91e7
Merge pull request #644 from kolplattformen/chore/kotlin-version
chore: 🤖 kotlinVersion in build.gradle
2023-01-18 21:52:25 +01:00
Kajetan Kazimierczak 52c491213c chore: 🤖 kotlinVersion in build.gradle 2023-01-18 21:50:12 +01:00
Viktor Sarström 3a9c337bdd Merge branch 'main' of github.com:kolplattformen/skolplattformen 2023-01-18 13:31:55 +01:00
Viktor Sarström 68249e849a removed fixe 2023-01-18 13:31:34 +01:00
semantic-release-bot e77054fa60 chore(release): 2.15.5 [skip ci]
## [2.15.5](https://github.com/kolplattformen/skolplattformen/compare/v2.15.4...v2.15.5) (2023-01-18)

### Bug Fixes

* Bitrise build ([10e993a](10e993ab9d))
2023-01-18 10:03:03 +01:00
Viktor Sarström 10e993ab9d fix: Bitrise build 2023-01-18 09:59:47 +01:00
semantic-release-bot 8a1123d640 chore(release): 2.15.4 [skip ci]
## [2.15.4](https://github.com/kolplattformen/skolplattformen/compare/v2.15.3...v2.15.4) (2023-01-14)

### Bug Fixes

* 🐛 Better fix for the isoWeek bug in Timetable ([ea6b385](ea6b385b4f))
2023-01-14 18:40:59 +01:00
Kajetan Kazimierczak 6d49e4767c
Merge pull request #643 from kolplattformen/fix/wrong-date2
fix: 🐛 Better fix for the isoWeek bug in Timetable
2023-01-14 18:36:33 +01:00
Kajetan Kazimierczak ea6b385b4f fix: 🐛 Better fix for the isoWeek bug in Timetable 2023-01-14 18:31:02 +01:00
semantic-release-bot 3acd27cc1f chore(release): 2.15.3 [skip ci]
## [2.15.3](https://github.com/kolplattformen/skolplattformen/compare/v2.15.2...v2.15.3) (2023-01-14)

### Bug Fixes

* 🐛 Week starts on monday regardless of selected locale ([#642](https://github.com/kolplattformen/skolplattformen/issues/642)) ([7e8ee95](7e8ee956f4))
2023-01-14 17:44:13 +01:00