132ikl
|
2e308f38db
|
Release v1.2.1 (#22)
|
2020-04-11 17:00:03 -04:00 |
|
132ikl
|
035d8e85e0
|
Add database path selector
|
2020-04-11 16:59:23 -04:00 |
|
132ikl
|
968d0e77ac
|
Release v1.2.0 (#21)
Release v1.2.0
|
2020-04-10 05:38:59 -04:00 |
|
132ikl
|
47238c671b
|
Bump version to v1.2.0
|
2020-04-10 05:38:26 -04:00 |
|
132ikl
|
345d7b7dc6
|
Split README into wiki pages
|
2020-04-10 05:37:02 -04:00 |
|
132ikl
|
8e9090bd89
|
Merge feature/package (#20)
Feature/package
|
2020-04-10 05:05:15 -04:00 |
|
132ikl
|
1b7ca2d517
|
Downgrade setup.py to current, remove CONVENTIONS, update config
|
2020-04-10 05:03:51 -04:00 |
|
132ikl
|
d2e9d918d5
|
Add plugin line to uwsgi config
|
2020-04-10 04:55:51 -04:00 |
|
132ikl
|
0e5d518ac0
|
Move debian package to seperate repo
|
2020-04-10 04:06:59 -04:00 |
|
132ikl
|
2d0fb48a1e
|
Add PyPi package, add standard config paths
|
2020-04-10 02:11:07 -04:00 |
|
132ikl
|
8a782c0843
|
Start work on Debian package, add CONVENTIONS document
|
2020-04-05 00:09:21 -04:00 |
|
132ikl
|
f465ee2b76
|
Reorganize into package
|
2020-04-04 23:14:10 -04:00 |
|
132ikl
|
ae1a05c83d
|
Update README
|
2020-04-04 22:20:20 -04:00 |
|
132ikl
|
2ee8473a44
|
Use Accept header, fix long link deletion, misc. API changes
|
2020-04-04 20:52:23 -04:00 |
|
eibex
|
a3c4ad4010
|
Simplify linking_to_blacklist
|
2020-04-04 20:52:23 -04:00 |
|
eibex
|
6b511a0a31
|
Add domain blacklisting
|
2020-04-04 20:52:23 -04:00 |
|
132ikl
|
717f8cc9e8
|
Add requirements.txt
|
2020-04-04 20:52:23 -04:00 |
|
132ikl
|
95f1eeab2d
|
Update LICENSE
|
2020-04-04 20:51:34 -04:00 |
|
132ikl
|
1fe86f4e60
|
Run Black formatting, isort, autoflake
|
2020-01-16 14:35:43 -05:00 |
|
132ikl
|
aad08830f0
|
Merge pull request #10 from eibex/master
Add option to prevent links to site_domain
|
2020-01-16 14:33:40 -05:00 |
|
Eibe
|
8eb14990b1
|
Add option to prevent self links
|
2020-01-16 20:26:35 +01:00 |
|
Eibe
|
76168dfbdd
|
Add option to prevent self links
|
2020-01-16 20:26:01 +01:00 |
|
132ikl
|
e2e7a623a9
|
Merge pull request #7 from Kevin-Mok/master
Add example API request
|
2019-09-04 13:08:55 -04:00 |
|
Kevin Mok
|
d8694b92f7
|
Add example API request
|
2019-09-04 12:09:51 -04:00 |
|
132ikl
|
9800858fb3
|
Add latest shortlink functionality, disable browser cache for redirects, fix baseurl retrieval
|
2019-04-20 19:28:01 -04:00 |
|
132ikl
|
62edb23d59
|
Add nginx configuration to README
|
2019-02-25 21:36:50 -05:00 |
|
132ikl
|
3b6cb0bf89
|
Fix config typo
|
2019-02-25 05:07:55 +00:00 |
|
132ikl
|
4868bbcd0e
|
Fix README typo
|
2019-02-25 05:07:05 +00:00 |
|
132ikl
|
34862006fd
|
Fix style for mobile devices
|
2019-02-25 00:05:07 -05:00 |
|
132ikl
|
fafc77a369
|
Fix link shortening when not using subdomain
|
2019-02-24 23:43:02 -05:00 |
|
132ikl
|
75ac15236e
|
Fix favicon for subdomains
|
2019-02-24 23:37:52 -05:00 |
|
132ikl
|
8549c098ec
|
Fix favicon for subdomains
|
2019-02-24 23:31:42 -05:00 |
|
132ikl
|
6df1ce16d8
|
Add subdomain support, clean request form code
|
2019-02-24 23:22:37 -05:00 |
|
132ikl
|
756ebdebd3
|
Add redir_url config option and enforce admin password to start
|
2019-02-24 21:14:51 -05:00 |
|
132ikl
|
e8a5652427
|
Update README
|
2019-02-24 20:55:33 -05:00 |
|
132ikl
|
9d424a8959
|
Add WSGI components and README
|
2019-02-24 03:31:30 -05:00 |
|
132ikl
|
c570200b2f
|
Add LICENSE, GitHub link on page
|
2019-02-24 02:30:57 -05:00 |
|
132ikl
|
b75add1e15
|
Add link redirects
|
2019-02-24 01:36:10 -05:00 |
|
132ikl
|
33628a56d0
|
Add API and clean code
|
2019-02-24 00:07:01 -05:00 |
|
132ikl
|
b58f1dd273
|
Add web interface styling and configuration, fix existing long URL retrieval and duplicate short URL checks
|
2019-02-23 01:45:47 -05:00 |
|
132ikl
|
513050e131
|
Add POST form to shorten link, shortened links to database, configuration file
|
2019-02-22 02:58:38 -05:00 |
|
132ikl
|
657ee72ecb
|
Add basic Flask/Jinja setup and basic YAML config
|
2019-02-21 16:15:40 -05:00 |
|
132ikl
|
c2d8d5af22
|
Initial commit
|
2019-02-21 20:55:49 +00:00 |
|