| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Signed-off-by: Dennis Keitzel <github@pinshot.net>
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Support CRLF when splitting code lines for display
* refactor, fix mixed match
* fmt
* split on both LF and CRLF, use raw literals in regexes
* simplify
|
| |
|
| |
|
|\
| |
| | |
Require token before checking membership/ownership
|
| | |
|
|\ \
| | |
| | | |
Bug fixes for org member API
|
| |/ |
|
|/
|
| |
solve #1899
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Fix 404 for external tracking issues
* Fix 404 for new/upload file
|
|
|
|
|
|
|
|
| |
* Display draft releases
* Include ctx.User in user cache
* Integration test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Display all organization from user settings
* fix Tab selection
* Update locale_en-US.ini
* Add a condition for display Create organization button
* Remove french translation
* Remove unnecessary admin flag
|
| |
|
|
|
|
|
|
| |
* Fix user profile activity feed
* gofmt, and avoid overlapping database connections
|
|
|
|
|
|
| |
* xxx_active_code_live setting in printed in hours and minutes instead of just hours
* Update app.ini description of xxx_code_lives settings
|
|
|
|
|
|
|
|
| |
* Replace Gogs by Gitea
* Fix missing changes
* Create Gitea webhook and put Gogs webhook apart.
|
|\
| |
| | |
More fixes for dashboard search
|
| |
| |
| |
| | |
There was a panic when there's no logged in user
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Fix 500 for GET /teams/:id endpoints
* Integration test for GET /team/:id
* Clean up integration test
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Fix activity feed
Preserve actions after user/repo name change
* Add missing comment
* Fix migration, and remove fields completely
* Tests
|
| | |
|
| | |
|
| |
| |
| |
| | |
(#1767)
|
| | |
|
| |
| |
| |
| |
| |
| | |
* Add swagger comment for MirrorSync
* Generate swagger.v1.json
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add units to team
* fix lint
* finish team setting backend
* finished permission controll on routes
* fix import blank line
* add unit check on ssh/http pull and push and fix test failed
* fix fixtures data
* remove unused code
|
|
|
|
|
| |
* Forgot password should use ResetPwdCodeLives, not ActiveCodeLives
* Improve documentation for different send mail functions related to password reset
* Improve documentation in conf/app.ini regarding xxx_CODE_LIVE_MINUTES settings
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Show commit status icon in commits table
* Add comments
* Fix icons
* Few more places where commit table is displayed
* Change integration test to use goquery for parsing html
* Add integration tests for commit table and status icons
* Fix status to return lates status correctly on all databases
* Rewrote lates commit status selects
|
|
|
|
|
|
| |
* remove env user salt since no need to use
* remove unused variable from update.go
|
|
|
|
| |
(#1678)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* move all database operations from hook command to web command and instead of internal routes
* bug fixed
* adjust the import path sequences
* remove unused return value on hookSetup
|
|
|
|
|
|
|
| |
- Generate swagger.json into public/
- Add swagger-ui auto-installation
- Add footer link to local swagger-ui
- Add /swagger url for using app url.
- Fix Swagger-UI version via git tag
|
|
|
|
|
|
| |
* fix multiple readme file rendering and fix #1657
* remove unnecessary loop
|
|
|
|
|
|
| |
* fix #1653 sort on repo size
* fix minor mistake in en-us locale
|
|
|
|
|
|
| |
* Do not allow commiting to protected branch from online editor
* Add editor integration tests for adding new file and not allowing to add new file to protected branch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add google+
* sort signin oauth2 providers based on the name so order is always the same
* update auth tip for google+
* add gitlab provider
* add bitbucket provider (and some go fmt)
* add twitter provider
* add facebook provider
* add dropbox provider
* add openid connect provider incl. new format of tips section in "Add New Source"
* lower the amount of disk storage for each session to prevent issues while building cross platform (and disk overflow)
* imports according to goimport and code style
* make it possible to set custom urls to gitlab and github provider (only these could have a different host)
* split up oauth2 into multiple files
* small typo in comment
* fix indention
* fix indentation
* fix new line before external import
* fix layout of signin part
* update "broken" dependency
|
| |
|