Kim "BKC" Carlbäcker
6a3fef4970
fix admin lost permission caused by #947 ( #1753 )
8 years ago
Lunny Xiao
5edc4aaa6c
fix admin lost permission caused by #947
8 years ago
Rémy Boulanouar
30994edbf1
Add button to admin ui ( #1738 )
* Add button to admin ui
* Update according to review
* Update locale_fr-FR.ini
* Rollback to locale french file
8 years ago
Jonas Östanbäck
04c86d9c50
Add swagger comment for MirrorSync ( #1747 )
* Add swagger comment for MirrorSync
* Generate swagger.v1.json
8 years ago
Andrey Nering
6a58cede38
Fix test
There was a panic when there's no logged in user
8 years ago
Lunny Xiao
c694c70008
Add units to team ( #947 )
* 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
8 years ago
Jonas Östanbäck
5c3fc0b67f
Correct grammar in APIEmpty documentation ( #1748 )
* Correct grammar in APIEmpty doc
* Generate swagger.v1.json
8 years ago
Andrey Nering
495a342a51
Show repos acording to user/organization
8 years ago
Andrey Nering
916bc5d5ac
Remove colaborative repo panel
8 years ago
Andrey Nering
b722359b49
Fix org repos not showing on dashboard search
8 years ago
Diep Pham
767ab45005
fixes wrong after field in webhook payload
when merge pull request
8 years ago
Patrick G
22555e05ea
Fix bad grammar and wordiness ( #1741 )
* 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
8 years ago
Patrick G
c10a21982b
Change two factor code entry box from text to number ( #1733 )
8 years ago
Lunny Xiao
1485bb305e
fix avatar update bug ( #1729 )
8 years ago
Antoine GIRARD
c9da74ec9a
re-Generate swagger.json ( #1722 )
changes introduced to repo format by : go-gitea/gitea#1687 go-gitea/go-sdk#58 go-gitea/gitea#1668 go-gitea/go-sdk#56
8 years ago
Jonas Östanbäck
28a7beb237
Add new text for reset password flash ( #1718 )
* 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
8 years ago
Ethan Koenig
d25c43293c
gofmt ( #1710 )
8 years ago
Ethan Koenig
9f7847d106
Fix rendering of issue checkboxes ( #1709 )
8 years ago
Jun Hsieh ♞
00602ad70c
Hide the create organization button (in dashboard/organization section) ( #1705 )
when the user has no such permission.
8 years ago
guyzmo
696b1cc0f1
Added Parent property to the repo API ( #1687 )
Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
8 years ago
Ethan Koenig
566f8769ac
Don't recreate database in integration tests ( #1697 )
8 years ago
Jonas Östanbäck
4b2e766559
Correct spelling mistakes ( #1703 )
* Nitpicking
8 years ago
Lauris BH
b03af9485c
LDAP user synchronization ( #1478 )
8 years ago
mappu
f8d72cff0b
markup: microoptimise for many short filenames in directory ( #1534 )
* 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()
8 years ago
Lunny Xiao
9a854ef7b1
remove sqlite tag when integration test with mysql/postgres AND recreate database when init integration test ( #1693 )
8 years ago
Daniel Wendler (@cassandra)
ee22690c36
Realy don't cache apk index
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.
8 years ago
Andrey Nering
076eb24487
Improve dashboard repo search ( #1652 )
* Add VueJS
* Improve dashboard search
* Fix tab switching
* Fix input autofocus
8 years ago
Lauris BH
dbfd09b656
Add configuration option for default permission to create Organizations ( #1686 )
8 years ago
Kim "BKC" Carlbäcker
9b9a65224c
fix potential sqlite lock #1680
8 years ago
Lunny Xiao
325386b558
fix bug when push a branch name with / & fix an integration test bug ( #1689 )
8 years ago
Lauris BH
380ac258b0
Show commit status icon in commits table ( #1688 )
* 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
8 years ago
Thomas Boerger
a751672022
Enforce netgo build tag while cross-compilation ( #1690 )
8 years ago
Lunny Xiao
7d355a42b3
Remove env user salt since no need to use ( #1515 )
* remove env user salt since no need to use
* remove unused variable from update.go
8 years ago
Lauris BH
107e9db85f
Fix commit sha1 URL rendering in markdown ( #1677 )
* 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
8 years ago
Lauris BH
3246be92ef
Remove sha1 hash display in repository table and add latest commit GPG check ( #1678 )
8 years ago
silverwind
16dde6ae8e
Download files to their original filename ( #1676 )
8 years ago
guyzmo
83435d6e1e
Exposes in API the Repo entity's Size and IsBare property ( #1668 )
* 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>
8 years ago
Lunny Xiao
17f59fc0b5
fix potential sqlite lock
8 years ago
Peter Dave Hello
817238b15a
Upgrade alpine to v3.5 in Dockerfile ( #1633 )
8 years ago
Lunny Xiao
6f6395522a
fix potential lock when sqlite ( #1647 )
8 years ago
Peter Dave Hello
da97fc58c6
Fix static files permission under public/ ( #1675 )
8 years ago
Bo-Yi Wu
d5d81e563d
fix: tag contain character ) will http 500 on release page ( #1670 )
8 years ago
Lauris Bukšis-Haberkorns
83fbf94aa0
Add @lafriks as maintainer
8 years ago
Ethan Koenig
409c8945a3
gofmt ( #1662 )
8 years ago
Lunny Xiao
6e24cd5498
Drop db operations from hook commands ( #1514 )
* 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
8 years ago
Jonas Östanbäck
b28d9aaab9
Fix CSS for wiki markdown ( #1660 )
8 years ago
Antoine GIRARD
9a699d3712
Generate swagger json ( #1402 )
- 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
8 years ago
Antoine GIRARD
afe0083263
Improve govendor testing ( #1623 )
- Use `govendor list +outside +unused` for finding missing or unused deps and govendor status for catching modified vendor.
- Remove appengine import
8 years ago
Lunny Xiao
4040e494bc
fix multiple readme file rendering and fix #1657 ( #1658 )
* fix multiple readme file rendering and fix #1657
* remove unnecessary loop
8 years ago
Lauris BH
bd69510c43
Add primary key and index to external login user table ( #1656 )
8 years ago