aboutsummaryrefslogtreecommitdiff
path: root/routers/repo/repo.go
Commit message (Collapse)AuthorAge
* Refactoring: remove tool.TplNameUnknwon2017-04-05
|
* Refactoring: rename pkg/base -> pkg/toolUnknwon2017-04-05
|
* models/mirror: feed git.IsRepoURLAccessible with raw mirror addressUnknwon2017-04-04
|
* Refactoring: rename modules -> pkgUnknwon2017-04-04
| | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory
* models: rename ErrUserNotExist -> errors.UserNotExistUnknwon2017-03-16
|
* webhook: add fork eventUnknwon2017-02-27
|
* repo: able to perform initial commit on behave of actual userUnknwon2017-02-27
|
* refactoring: modules/auth/*_form.go -> modules/formUnknwon2017-02-27
|
* routers/repo: allow shorter SHA to download archive (#3834)Unknwon2017-02-12
| | | | SHA length from 7-40 is now supported.
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
|
* Fix empty repository panic on send test webhookUnknwon2016-08-15
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* Rename module: middleware -> contextUnknwon2016-03-11
|
* Updated and created were appended with _unix. Fresh databases have only the ↵Marin Jankovski2016-03-11
| | | | newly named fields.
* Admins are allowed to create repos for arbitrary OrgsKim "BKC" Carlbäcker2016-01-20
|
* Update repo.goddelpero2016-01-07
| | | | Release download file name doesn't include tag number #2339 Download: Changed to use refName instead of commit.ID for downloaded file name
* #2345 disallow access of some pages for empty repoUnknwon2016-01-07
|
* #1692 APIs: Users FollowersUnknwon2015-12-21
| | | | | - User profile un/follow - List user's followers/following
* rename import pathUnknwon2015-12-15
|
* #2167 able to identify git version on WindowsUnknwon2015-12-13
|
* #1575 Limit repo creationUnknwon2015-12-10
|
* move out git module and #1573 send push hookUnknwon2015-12-09
|
* #2037 Add "New Mirror" button on DashboardUnknwon2015-12-09
|
* #1984 Better mirror repo managementUnknwon2015-12-08
|
* better error messageUnknwon2015-11-19
|
* #1971 more general rule to detect errorUnknwon2015-11-19
|
* go vet and fix #1890Unknwon2015-11-08
|
* rename fieldsUnknwon2015-11-03
|
* #1511 Allow local import only for admin usersUnknwon2015-11-03
|
* #1657 allow forcing all private reposUnknwon2015-10-25
|
* minor fix on templateUnknwon2015-09-07
|
* #1585 order owners list by last changed timeUnknwon2015-09-07
|
* fix #1558Unknwon2015-09-06
|
* #1021 Forked repo unavailable after deleting original repoUnknwon2015-09-01
|
* fix repository count of user is messed upUnknwon2015-08-30
|
* #965 Remember visibility preferenceUnknwon2015-08-28
|
* #1487 Readme TemplateUnknwon2015-08-28
|
* complate list of gitignores and licensesUnknwon2015-08-28
|
* fix autocomplete on migrationUnknwon2015-08-15
|
* #1180 and #1250: migrationUnknwon2015-08-15
|
* WIP: create PR - choose branchUnknwon2015-08-08
|
* improve fork processUnknwon2015-08-08
|
* allow anonymous SSH cloneUnknwon2015-08-05
|
* UI: issues - finish basic frameUnknwon2015-07-24
|
* fix about #1289Unknwon2015-07-19
|
* #1070 Clearer error message for illegal charactersUnknwon2015-03-26
|
* mirror fix of #1105Unknwon2015-03-25
|
* Allow to migrate through git:// protocolLinquize2015-03-20
|
* fix read access team visibility of private repoUnknwon2015-03-16
|
* #1040: dashboard no longer accessible when repo is missingUnknwon2015-03-16
|