| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
* Fix and test for delete user
* Run updates in batches
* Unit test
|
|
|
|
| |
(#1767)
|
|
|
|
|
|
| |
* Update HighlightJS to 9.11.0
* Fix YAML files highlighting
|
| |
|
|\ |
|
| |
| |
| |
| | |
when merge pull request
|
|\ \ |
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Add button to admin ui
* Update according to review
* Update locale_fr-FR.ini
* Rollback to locale french file
|
| |
| |
| |
| |
| |
| | |
* 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
|
|/
|
|
|
|
| |
* Correct grammar in APIEmpty doc
* Generate swagger.v1.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix bad grammar and wordiness
* Update locale_en-US.ini
* Update locale_en-US.ini
* Update locale_en-US.ini
* Update locale_en-US.ini
* Update locale_en-US.ini
* Update locale_en-US.ini
* Update locale_en-US.ini
|
| |
|
| |
|
|
|
| |
changes introduced to repo format by : go-gitea/gitea#1687 go-gitea/go-sdk#58 go-gitea/gitea#1668 go-gitea/go-sdk#56
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|
|
| |
when the user has no such permission.
|
|
|
| |
Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
|
| |
|
|
|
| |
* Nitpicking
|
| |
|
|
|
|
|
|
|
|
| |
* markup: microoptimise for many short filenames in directory
Move strings.ToLower() after the early-return length check. This is a safe operation in all cases and should slightly improve directory listing performance when a directory contains many thousands of files with short filenames.
* markup: expand test cases for IsReadmeFile()
|
|
|
|
| |
database when init integration test (#1693)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Actualy the "-U --no-cache" effectivly is treated as --no-cache
was never specified:
/ # apk -U --no-cache add sed
fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/community/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/community/x86_64/APKINDEX.tar.gz
(1/1) Installing sed (4.2.2-r0)
Executing busybox-1.25.1-r0.trigger
OK: 4 MiB in 12 packages
/ # ls -la /var/cache/apk/
total 1004
drwxr-xr-x 1 root root 70 May 8 11:08 .
drwxr-xr-x 1 root root 29 Mar 3 11:20 ..
-rw-r--r-- 1 root root 732807 May 5 07:11 APKINDEX.c51f8f92.tar.gz
-rw-r--r-- 1 root root 293014 May 1 12:37 APKINDEX.d09172fd.tar.gz
So removing the "-U" fix this behavior.
|
|
|
|
|
|
|
|
|
|
| |
* Add VueJS
* Improve dashboard search
* Fix tab switching
* Fix input autofocus
|
| |
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Fix commit sha1 URL rendering in markdown
* Add unit test for commit sha1 markdown rendering when sha1 has space before it
* Change to better variable name
|
| |
| |
| |
| | |
(#1678)
|
| | |
|
|/
|
|
|
|
|
|
|
|
| |
* Exposes in API the Repo entity's IsBare property as IsEmpty
Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
* Exposes in API the Repo entity's Size property
Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
- Use `govendor list +outside +unused` for finding missing or unused deps and govendor status for catching modified vendor.
- Remove appengine import
|
|
|
|
|
|
| |
* fix multiple readme file rendering and fix #1657
* remove unnecessary loop
|