summaryrefslogtreecommitdiffstats
path: root/models/admin.go
Commit message (Expand)AuthorAgeFilesLines
* Fix problem when database ID is not incremented as expected (#17229)finga2021-10-061-1/+1
* DBContext is just a Context (#17100)zeripath2021-09-231-11/+11
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-14/+19
* improve empty notice (#15890)Lunny Xiao2021-05-161-0/+5
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-2/+2
* Enhance Ghost comment mitigation Settings (#14392)65432021-01-211-1/+1
* Dump github/gitlab/gitea repository data to a local directory and restore to ...Lunny Xiao2020-12-271-0/+13
* migrate from com.* to alternatives (#14103)65432020-12-251-3/+1
* Add default storage configurations (#12813)Lunny Xiao2020-09-291-0/+4
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-0/+14
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-2/+2
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-161-5/+10
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-3/+3
* Only warn on errors in deleting LFS orphaned files during repo deletion (#7213)zeripath2019-06-151-1/+1
* Better logging (#6038) (#6095)zeripath2019-04-021-1/+1
* Remove util.RemoveAll - should have been removed since go 1.7 (#6299)zeripath2019-03-101-1/+2
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-9/+2
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-1/+1
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-7/+3
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-131-6/+1
* refactor: remove workaround after the golang 1.7 release. (#1349)Bo-Yi Wu2017-03-291-19/+4
* fix delete repo will hang on postgres (#1044)Lunny Xiao2017-02-241-7/+10
* Unit tests for models/adminEthan Koenig2017-01-091-1/+1
* Create missing database indexes (#596)Andrey Nering2017-01-061-1/+1
* Lint models/admin.goBwko2016-11-241-0/+4
* use in instead string join (#155)Lunny Xiao2016-11-121-2/+1
* Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queriesThibault Meyer2016-11-101-3/+3
|\
| * Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-3/+3
* | Rewrite XORM queriesThibault Meyer2016-11-101-2/+7
|/
* More MixedCase constsSandro Santilli2016-11-071-3/+3
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-3/+3
* Remove redundant Unix timestamp method callUnknwon2016-07-231-1/+1
* Add comment note (#3093)Andrey Nering2016-05-231-2/+4
* Fix remove folder issues, including initialization failling. (#2969)Andrey Nering2016-05-061-0/+8
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-091-1/+14
* Workaroud delete folder on Windows. Fix #1738Andrey Nering2016-02-071-1/+10
* #2558 delete local wiki copy when rename repo and userUnknwon2016-02-051-0/+15
* #2052 advanced select ops for system noticesUnknwon2015-12-051-1/+13
* #2052 Ability to batch delete system noticesUnknwon2015-12-011-0/+10
* New admin notice UI based on user list exampleAntoine GIRARD2015-09-251-5/+4
* Fix #532, add system noticeUnknwon2014-10-081-0/+64