aboutsummaryrefslogtreecommitdiffstats
path: root/models/user.go
Commit message (Expand)AuthorAgeFilesLines
* Unified link creation. (#15619)KN4CK3R2021-04-301-1/+6
* add `/assets` as root dir of public files (#15219)a10121127962021-04-281-3/+3
* Fix `admin user list` (#15358)65432021-04-091-2/+2
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-3/+0
* [refactor] mailer service (#15072)65432021-04-021-5/+0
* Ensure validation occurs on clone addresses too (#14994)zeripath2021-03-151-1/+1
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-6/+5
* Add "captcha" to list of reserved usernames (#14929)fnetX (aka fralix)2021-03-081-0/+1
* Add Password Algorithm option to install page (#14701)zeripath2021-02-161-0/+10
* Fix gpg key deletion (#14561)Anton Khimich2021-02-041-0/+10
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-241-3/+20
* Enhance Ghost comment mitigation Settings (#14392)65432021-01-211-14/+33
* Implement ghost comment mitigation (#14349)65432021-01-171-1/+11
* Issues overview should not show issues from archived repos (#13220)Elena Neuschild2021-01-121-0/+53
* [Refactor] Passwort Hash/Set (#14282)65432021-01-101-5/+17
* Add option to change username to the admin panel (#14229)65432021-01-101-7/+7
* migrate from com.* to alternatives (#14103)65432020-12-251-4/+3
* Accept multiple SSH keys in single LDAP SSHPublicKey attribute (#13989)zeripath2020-12-181-8/+22
* HotFix: Hide private partisipation in Orgs (#13994)65432020-12-171-0/+1
* skip email validation on empty string (#13627)65432020-11-201-11/+16
* Add email validity check (#13475)Chris Shyi2020-11-141-1/+12
* Avatar autogeneration fixed (#13233)Paweł Bogusławski2020-10-231-4/+0
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-19/+0
* Improve users management through the CLI (#6001) (#10492)ydelafollye2020-10-151-0/+6
* Avatars and Repo avatars support storing in minio (#12516)Lunny Xiao2020-10-141-166/+26
* Add ssh certificate support (#12281)Wim2020-10-101-0/+4
* Refactor use TrimSuffix instead of TrimRight (#12993)65432020-10-011-1/+1
* Adopt repositories (#12920)zeripath2020-09-251-2/+2
* Fix "only mail on mention" bug (#12775)赵智超2020-09-091-1/+11
* Use argon as default password hash algorithm (#12688)zeripath2020-09-031-1/+1
* Fix bug preventing transfer to private organization (#12497)zeripath2020-08-161-4/+4
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-3/+3
* Add serviceworker.js to KnownPublicEntries (#11992)silverwind2020-06-201-7/+4
* Use ID or Where to instead directly use Get when load object from database (#...Lunny Xiao2020-06-171-2/+2
* Rework api/user/repos for pagination (#11827)Cirno the Strongest2020-06-131-1/+1
* Add hide activity option (#11353)l-jonas2020-06-051-2/+3
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-161-19/+32
* Correctly set the organization num repos (#11339)zeripath2020-05-121-7/+41
* Fix creation of Organization repos by Users with max created personal repos (...Andrew Bezold2020-04-301-0/+1
* Send 404 immediately for known public requests (#11117)silverwind2020-04-181-7/+8
* Add restricted user filter to LDAP authentication (#10600)Lauris BH2020-03-051-10/+16
* Remove Unused Functions (#10516)65432020-03-021-15/+0
* Show the username as a fallback on feeds if full name is blank (#10438)James Lakin2020-02-261-3/+5
* Code Refactor of IssueWatch related things (#10401)65432020-02-261-1/+1
* Various fixes in login sources (#10428)guillep2k2020-02-231-0/+9
* Ensure only own addresses are updated (#10397)guillep2k2020-02-211-1/+1
* Blacklist manifest.json & milestones user (#10292)techknowlogick2020-02-161-0/+2
* Add API branch protection endpoint (#9311)David Svantesson2020-02-121-0/+11
* [API] Fix inconsistent label color format (#10129)65432020-02-091-1/+1
* Fix invalid repo urls after change username (#10150)mavenbline2020-02-081-1/+11