Robert Walter
9088f93233
Upgrade Database: Changing domain table type column to 8 chars
...
PowerDNS 4.7 is supporting 2 new zone types: "producer" & "consumer"
Due to the domain type column is limited to 6 chars, PDA Zone update will fail if producer or cusomer zones exist.
To solve this problem, this commit increases the lenght of the domain type column to 8 chars.
2023-01-10 13:49:16 +01:00
Will Rouesnel
25ebbf132c
Fix handling of passwords with % in the SQLALCHEMY_DATABASE_URI
...
Fix Flask-Migrate ValueError from occurring when a password has '%'
characters in it when specified via SQLALCHEMY_DATABASE_URI.
2022-11-04 11:59:59 +11:00
Vasileios Markopoulos
41343fd598
Merge pull request #1199 from corubba/bugfix/rrest-typo
...
Fix rrest typo in history detail
2022-05-25 10:45:50 +03:00
jbe-dw
e81453c5e3
Merge pull request #1188 from corubba/bugfix/pyOpenSSL
...
Small bugfixes
2022-05-23 13:59:18 +02:00
corubba
0dfcdb6c3e
Fix rrest typo in history detail
...
There is a misspelling of rrset throughout the history logic, which also
effects the json payload in the database. Code-wise this is a simple
search-and-replace, and the migration will fix the payloads.
2022-05-19 00:53:35 +02:00
corubba
68045cc60c
Fix revision in migration filename
...
This has no functional impact, flask-migrate aka alembic was and will
continue to work as expected. It is just a cosmetic change for
consistency.
2022-05-07 21:14:29 +02:00
Jérôme BECOT
06ffee18a0
fix: Provide an Alembic update script to fixe quotes
2022-05-06 17:04:35 +02:00
root
940551e99e
feat: Associate an API Key with accounts ( #1044 )
2021-12-03 14:12:11 +00:00
jodygilbert
98db953820
Allow user role to view history ( #890 )
2021-03-27 19:33:11 +01:00
Khanh Ngo
d09a645300
Fix migration script and user model
2019-12-22 08:40:05 +07:00
Khanh Ngo
4bdd433079
Fix migration script and LGTM
2019-12-21 22:26:56 +07:00
Khanh Ngo
7739bf7cfc
Add user email verification
2019-12-21 21:43:03 +07:00
Khanh Ngo
8723b7d56b
Fix #529 . Update domain serial columns type
2019-12-20 11:36:27 +07:00
Khanh Ngo
bca3c45e37
Add record comment
2019-12-09 17:50:48 +07:00
Khanh Ngo
840e2a4750
Update docker stuff and bug fixes
2019-12-04 11:50:46 +07:00
Khanh Ngo
8ea00b9484
Refactoring the code
...
- Use Flask blueprint
- Split model and views into smaller parts
- Bug fixes
- API adjustment
2019-12-02 10:32:03 +07:00
Ville Skyttä
ee73bb181f
Spelling fixes
2019-04-25 16:02:49 +03:00
Pavol Ipoth
1feb77e2f3
Add Api to PowerDNS-Admin
2019-03-01 23:50:04 +01:00
Ymage
94becb35c6
Support SQLite ALTER with batch feature during alembic migrate
...
Fix #404
2018-11-24 12:04:23 +01:00
Josh Soref
e5c434ac33
spelling: touches
2018-10-02 07:28:52 +00:00
Khanh Ngo
0081adff36
Sort record list alphabetically if python version < 3.6
2018-09-04 08:57:41 +07:00
Khanh Ngo
26c2b5e169
Adjustment in setting handler to work without initial DB. Discussed in #350
2018-09-03 17:27:09 +07:00
Khanh Ngo
615413ae90
Add record_quick_edit config to DB
2018-09-02 08:03:01 +07:00
Khanh Ngo
3481af149b
Add option to allow user to create domain
2018-09-01 17:53:05 +07:00
Khanh Ngo
3457d9214a
Adding Operator role
2018-08-31 11:57:06 +07:00
Khanh Ngo
9506315a46
manage records_allow_to_edit setting in DB
2018-08-22 08:36:53 +07:00
Khanh Ngo
74a7b5a3b7
Migrate more config values to db
2018-08-21 13:26:27 +07:00
Khanh Ngo
8af7a6ac9e
Adjustment in travis ci configs. Fix importing during first time running db upgrade
2018-08-20 17:21:32 +07:00
Khanh Ngo
babf62bae0
Fix Github/Google oAuth
2018-08-19 15:29:50 +07:00
Khanh Ngo
ada6f844ff
Read LDAP config from DB instead of file. Adjustment in site titles
2018-08-18 22:42:18 +07:00
Khanh Ngo
4b9349c83e
Create DB config for pdns and authentication setting
2018-08-18 18:41:59 +07:00
Khanh Ngo
d2a5adc027
Create DB default values during the first migration
2018-06-22 18:02:01 +07:00
Khanh Ngo
dc8b6b2351
Add migration directory from flask-migrate
2018-06-22 16:47:45 +07:00