forgejo/models/migrations
Lanre Adelowo 126ba796dc Force user to change password (#4489)
* redirect to login page after successfully activating account

* force users to change password if account was created by an admin

* force users to change password if account was created by an admin

* fixed build

* fixed build

* fix pending issues with translation and wrong routes

* make sure path check is safe

* remove unneccessary newline

* make sure users that don't have to view the form get redirected

* move route to use /settings prefix so as to make sure unauthenticated users can't view the page

* update as per @lafriks review

* add necessary comment

* remove unrelated changes

* support redirecting to location the user actually want to go to before being forced to change his/her password

* run make fmt

* added tests

* improve assertions

* add assertion

* fix copyright year

Signed-off-by: Lanre Adelowo <yo@lanre.wtf>
2018-09-13 15:04:25 +03:00
..
migrations.go Force user to change password (#4489) 2018-09-13 15:04:25 +03:00
v13.go Refactor session close as xorm already does everything needed internally (#2020) 2017-06-21 08:57:05 +08:00
v14.go
v15.go Rewrite migrations to not depend on future code changes (#2604) 2017-10-08 19:08:18 +08:00
v16.go Rewrite migrations to not depend on future code changes (#2604) 2017-10-08 19:08:18 +08:00
v17.go
v18.go
v19.go Use buffersize to reduce database connection when iterate (#2724) 2017-10-21 14:26:23 +08:00
v20.go
v21.go Fix lint errors (#2547) 2017-09-19 11:08:30 +03:00
v22.go Use buffersize to reduce database connection when iterate (#2724) 2017-10-21 14:26:23 +08:00
v23.go
v24.go
v25.go
v26.go Use buffersize to reduce database connection when iterate (#2724) 2017-10-21 14:26:23 +08:00
v27.go
v28.go Replace deprecated Id method with ID (#2655) 2017-10-05 07:43:04 +03:00
v29.go
v30.go
v31.go
v32.go
v33.go
v34.go Migration to fix existing owner team units (#1873) 2017-06-05 05:40:25 -05:00
v35.go Fix "Dashboard shows deleted comments" (#1995) 2017-06-25 20:20:29 +02:00
v36.go Fix git hooks update to receive required arguments. Fixes #2090 (#2095) 2017-07-02 21:50:57 +08:00
v37.go Rewrite migrations to not depend on future code changes (#2604) 2017-10-08 19:08:18 +08:00
v38.go hide issues from org private repos w/o team assignment (#4034) 2018-06-21 12:00:13 -04:00
v39.go Fix migration from older releases (#4495) 2018-07-21 23:15:11 -04:00
v40.go Reorder migrations, skip errors if running migration again (#3160) 2017-12-13 16:52:18 +02:00
v41.go Reorder migrations, skip errors if running migration again (#3160) 2017-12-13 16:52:18 +02:00
v45.go Reorder migrations, skip errors if running migration again (#3160) 2017-12-13 16:52:18 +02:00
v46.go Fix organization watch migration (#2703) 2017-10-14 20:47:05 +03:00
v47.go Add branch overiew page (#2108) 2017-10-26 08:49:16 +08:00
v48.go Code/repo search (#2582) 2017-10-27 09:10:54 +03:00
v49.go Reorder migrations, skip errors if running migration again (#3160) 2017-12-13 16:52:18 +02:00
v50.go Reorder migrations, skip errors if running migration again (#3160) 2017-12-13 16:52:18 +02:00
v51.go Reorder migrations, skip errors if running migration again (#3160) 2017-12-13 16:52:18 +02:00
v52.go Reorder migrations, skip errors if running migration again (#3160) 2017-12-13 16:52:18 +02:00
v53.go Reorder migrations, skip errors if running migration again (#3160) 2017-12-13 16:52:18 +02:00
v54.go Add Pull Request merge options - Ignore white-space for conflict checking, Rebase, Squash merge (#3188) 2018-01-05 20:56:50 +02:00
v55.go Writable deploy keys (closes #671) (#3225) 2018-01-07 00:55:53 +02:00
v56.go Multiple assignees (#3705) 2018-05-09 19:29:04 +03:00
v57.go Add issue closed time column to fix activity closed issues list (#3537) 2018-02-19 10:39:26 +08:00
v58.go Add label descriptions (#3662) 2018-03-13 10:03:55 +08:00
v59.go Add protected branch whitelists for merging (#3689) 2018-03-25 13:01:32 +03:00
v60.go Add repository setting to enable/disable health checks (#3607) 2018-03-27 22:13:20 +08:00
v61.go Add Size column to attachment (#3734) 2018-03-31 09:10:44 +08:00
v62.go Do not allow to reuse TOTP passcode (#3878) 2018-05-02 18:02:02 +03:00
v63.go Added user language setting (#3875) 2018-05-05 08:28:30 +08:00
v64.go Fix column droping for MSSQL that need new transaction for that (#4440) 2018-07-13 11:20:40 -04:00
v65.go Add support for FIDO U2F (#3971) 2018-05-19 17:12:37 +03:00
v66.go LDAP Public SSH Keys synchronization (#1844) 2018-05-24 07:59:02 +03:00
v67.go Fix not removed watches on unallowed repositories (#4201) 2018-06-19 15:44:33 -04:00
v68.go Fixed violation of the unique constraint for v68 migration (#4297) 2018-06-27 01:23:10 -04:00
v69.go Fix column droping for MSSQL that need new transaction for that (#4440) 2018-07-13 11:20:40 -04:00
v70.go Added dependencies for issues (#2196) (#2531) 2018-07-17 17:23:58 -04:00
v71.go Switch plaintext scratch tokens to use hash instead (#4331) 2018-07-27 08:54:50 -04:00
v72.go Pull request review/approval and comment on code (#3748) 2018-08-06 06:43:21 +02:00
v73.go Force user to change password (#4489) 2018-09-13 15:04:25 +03:00