126 Commits (104d914b39be601ba46d5ad5f0ff095a0c710232)

Author SHA1 Message Date
Unknwon 33894591a6 #851: Edit Account does not take into consideration password rules 9 years ago
Unknwon 34102f7889 remove unused scripts and simplify migrate form definition 9 years ago
无闻 3a6ba39a61 Merge pull request #992 from theangryangel/fix/ldap-auth
Attempt 3 to fix LDAP login issues when git pushing after password change
9 years ago
Gogs fab038b175 Attempt #3 of ldap fixes 9 years ago
无闻 cd8b43d984 Merge pull request #915 from Lafriks/dev
Get username, name, surname and e-mail from LDAP server
9 years ago
Unknwon 059338139c routers: able to migrate repo from local path
- modules/middleware/context.go: add HandleAPI method
9 years ago
Unknwon 1654e9ecab templates/user/settings/emial.tmpl: little fix on UI
- routers/user: little code format
- conf/locale: update French locale
9 years ago
Peter Smit e6fc58a744 Remove GoGet option from repository and handle it with ?go-get=1 instead
The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page.
10 years ago
Lauris BH 00653e52ee Get username, name, surname and e-mail from LDAP server 10 years ago
Unknwon b293b6eaa6 cmd: CMD option for port number of `gogs web` to prevent first time run conflict
- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page
10 years ago
Peter b033f2f535 Finish method for having multiple emails/user.
All basics are implemented. Missing are the right (localized) strings
and the page markup could have a look at by a frontend guy.
10 years ago
Unknwon 9803c421f5 fix binding api broken 10 years ago
Unknwon ac4a10456e api: able to create repo and fix #726
- POST /user/repos
- POST /org/:org/repos
10 years ago
Unknwon bc8721fb6c Finish new UI for release page 10 years ago
Joseph Crail 39c068400e Fix spelling errors in comments. 10 years ago
Unknwon 0b785ad967 work on #672 10 years ago
Unknwon 069486d169 fix #165 10 years ago
Unknwon ef275ebf62 more on change avatar 10 years ago
Unknwon 55dfe2c978 custom avatar upload 10 years ago
Unknwon 37d8d3afe9 more APIs on #12 10 years ago
Unknwon 32dcaefafa fox #620 10 years ago
Unknwon 8eb5120fbd #12, API: list user repos, list repo hooks 10 years ago
Unknwon 8c9338a537 add personal access token panel #12 10 years ago
Unknwon e0de6cb5ad work on #616 and update locales 10 years ago
Christopher Brickley 3794111460 update slack hook to use new format 10 years ago
Unknwon fa241efa6d Use binding middleware 10 years ago
Unknwon 91e5c24a31 Fix #522 10 years ago
Unknwon b9560374cd UI fix 10 years ago
Unknwon 2a3660dae3 Fix #453 10 years ago
Unknwon 59a7c7c5a5 Remove ldap dep 10 years ago
Unknwon 0ddb1eb769 Finish new install page, almost ready for 0.5 release 10 years ago
Christopher Brickley 2bce24068d add Slack API webhook support 10 years ago
Tristan Storch 69e332f432 Removed trailing white spaces
Removed trailing whitespaces with

```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```

and some handwork.
10 years ago
Unknwon 8829174574 Finish new admin users pages 10 years ago
Unknwon bba707de36 Finish team list, create new team, join/leave team page 10 years ago
Unknwon 5acc948562 Page: `/org/:orgname/settings` 10 years ago
Unknwon 9a1d5d2489 Finish new web hook pages 10 years ago
Justin Nuß 8023494a94 Fix invalid struct tags and remove unreachable code. 10 years ago
Unknwon 755eec745f Finish new repo settings page 10 years ago
Unknwon 669552e255 Fix #340 10 years ago
Unknwon dabf5b057c Finish new migrate page 10 years ago
Unknwon 9813161411 Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page 10 years ago
Unknwon 8dd07c0ddd New UI merge in progress 10 years ago
gima 5a97cc69ed Make possible for administrators to change user's password (fix proposal for #290) 10 years ago
Unknown 465dc962b5 Finish create organization team 10 years ago
Unknown 19e9104289 Organization settings page 10 years ago
Unknown 32b09681b2 Migrate repository by organization 10 years ago
Unknown 43b33440b5 Work on create organization repo and #257 10 years ago
Unknown e0f9c628c5 Add create organization 10 years ago
Unknown b2801a2e98 Fix #165 10 years ago