summaryrefslogtreecommitdiffstats
path: root/integrations/links_test.go
Commit message (Collapse)AuthorAgeFilesLines
* refactor: append, build variable and type switch (#4940)Bo-Yi Wu2019-05-281-1/+1
| | | | | | * refactor: append, build variable and type switch * fix: remove redundant space.
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
| | | | | | | | | | | | * move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor
* Refactor User Settings (#3900)David Schneiderbauer2018-05-151-5/+2
| | | | | | | | | | | | | | | | | | | | | | * moved avatar to profile page * combined password change, email and account deletion into account settings page * combined totp, access tokens, linked accounts and openid into security settings page * move access tokens to applications settings page * small change to restart drone build * fix change avatar url on profile page * redirect old settings urls to new ones * enforce only one autofocus attribute on settings pages * set correct redirect status code * fmt fix
* Unit tests for routers/repo/issue_label (#3198)Ethan Koenig2017-12-151-1/+2
|
* Fix legacy URL redirects (#3100)Ethan Koenig2017-12-071-2/+4
|
* Fix redirect url of legacy commits route (#2825)Morlinest2017-11-031-1/+3
|
* Make URL scheme unambiguous (#2408)Ethan Koenig2017-10-301-1/+17
| | | | | | | | | | * Make URL scheme unambiguous Redirect old routes to new routes * Fix redirects to new URL scheme, and update template * Fix branches/_new endpoints, and update integration test
* Move swagger-ui under /api/v1 (#2746)Antoine GIRARD2017-10-211-2/+4
| | | | | | | | | | | | * Move swagger interface under /api/v1 * Update swagger-ui * Add /api/swagger and prepare for multiple api version * Update test links * Fix footer link
* Merge password and 2fa page on user settings (#2695)Lunny Xiao2017-10-161-2/+2
| | | * merge password and 2fa page on user settings
* Fix integration test after librejs location change (#2374)Sandro Santilli2017-08-241-1/+1
| | | Fixes #2373
* Add more test for login links and fix a bug on action retrieve (#2361)Lunny Xiao2017-08-231-0/+97
| | | | * add more test for login links and fix a bug on action retrieve
* Add public links check (#2323)Lunny Xiao2017-08-171-0/+33
* add public links check * more links for query parameters