Veniamin Gvozdikov
caa21dd5be
Increase allowed length for user token in db ( #328 )
...
After update to latest version gitea and use oauth, gitea returns long token in my case it was >800 characters. DB schema of the table has varchar(500), I updated it to varchar(1000) to solve the problem.
* Fix length for gitea token/secret
2021-09-21 21:12:43 +02:00
..
2017-05-13 09:56:23 +02:00
2017-05-13 09:56:23 +02:00
2017-05-13 09:56:23 +02:00
2017-05-13 09:56:23 +02:00
2017-05-13 09:56:23 +02:00
2017-05-13 09:56:23 +02:00
2017-05-13 09:56:23 +02:00
2017-05-13 09:56:23 +02:00
2017-05-13 09:56:23 +02:00
2017-05-13 09:56:23 +02:00
2017-05-13 09:56:23 +02:00
2017-05-13 09:56:23 +02:00
2017-05-22 23:16:42 +02:00
2017-05-25 12:25:16 +02:00
2017-07-14 15:58:38 -04:00
2017-07-14 15:58:38 -04:00
2017-07-14 15:58:38 -04:00
2017-08-02 16:04:00 -04:00
2019-06-11 10:50:50 +02:00
2019-06-14 09:55:40 +02:00
2019-06-19 16:13:09 +02:00
2019-06-25 12:21:09 +02:00
2019-06-25 13:45:43 +02:00
2019-07-15 14:26:00 +02:00
2021-06-28 23:50:35 +02:00
2021-09-21 21:12:43 +02:00