Commit graph

13 commits

Author SHA1 Message Date
Elia el Lazkani
38520c6e2a feat(): Adds Enable UI feature to disable serving the UI 2024-12-25 21:56:16 +01:00
Elia el Lazkani
29b233ebfb fix(): Fixes the packaging, should work as expected when installed 2024-12-25 21:34:55 +01:00
Elia el Lazkani
4c36f35492 fix(): Removes the timestamp from the API endpoint
The timestamp is generated by the database call, the value was mapped to
TTL. It is currently removed from the API, the TTL can be added later
when needed.
2024-12-25 15:32:00 +01:00
Elia el Lazkani
8dc4e41390 chore(): Delegates the task of setting the url to the backend API
* API now returns a full URL instead of a stub
* Frontend now returns the value from the API as is
* Configuration adds a scheme
2024-12-25 15:29:32 +01:00
Elia el Lazkani
a925c87872 enh(): Refactoring code 2024-12-24 01:40:50 +01:00
Elia el Lazkani
c058835f73 chore(): Initial migration into the new frontend UI 2024-12-24 01:40:15 +01:00
Elia el Lazkani
35c8dfd21a enh(): Adds configurable CORS
* Adds CORS configuration in the config file
* Enables CORS to be toggled through config
2024-12-24 00:38:37 +00:00
Anthony Al Lazkani
11e9ee6a32 enh(): Adds new frontend 2024-12-19 01:35:29 +02:00
Elia el Lazkani
f10af22168 chore(): Formats the code
* Formatting the code
* Fixing imports
2024-11-30 11:07:02 +01:00
Elia El Lazkani
71a4ad4a65 Migrated the ID generation system for security reasons.
We have a new ID generator. This should make it hard to
guess other user's IDs. This is configurable.
2019-10-13 16:19:32 +02:00
Elia El Lazkani
6853e02b1f Migrating from aiohttp to flask due 2019-10-13 13:32:33 +02:00
Elia El Lazkani
5b37f5759c Minor fixes 2019-10-13 13:32:33 +02:00
Elia El Lazkani
03a38d7160 Committing initial draft of shortenit 2019-10-02 21:30:42 +02:00