summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Avatars and Repo avatars support storing in minio (#12516)Lunny Xiao2020-10-141-2/+23
* Move update-server-info to hooks (#12826)zeripath2020-10-141-0/+6
* Provide self-registering storage system (#12978)zeripath2020-10-121-14/+23
* Add ssh certificate support (#12281)Wim2020-10-101-2/+5
* Gitea serv, hooks, manager and the like should always display Fatals (#13032)zeripath2020-10-071-0/+2
* Refactor use TrimSuffix instead of TrimRight (#12993)65432020-10-011-1/+1
* Add default storage configurations (#12813)Lunny Xiao2020-09-292-13/+49
* Check passwords against HaveIBeenPwned (#12716)John Olheiser2020-09-081-0/+8
* LFS support to be stored on minio (#12518)Lunny Xiao2020-09-081-31/+43
* gitea dump: include version & Check InstallLock (#12760)65432020-09-071-0/+4
* Set setting.AppURL as GITEA_ROOT_URL environment variable during pushes (#12752)zeripath2020-09-061-0/+1
* Add command to recreate tables (#12407)zeripath2020-09-061-0/+63
* Ensure repoNames are lowercased in serv (#12668)zeripath2020-08-311-2/+8
* Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE...zeripath2020-08-302-3/+4
* Use shellquote to unpack arguments to gitea serv (#12624)zeripath2020-08-281-15/+18
* Initial support for push options (#12169)John Olheiser2020-08-232-0/+47
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-0/+147
* Make the default PID file compile-time settable (#12485)zeripath2020-08-151-2/+3
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-112-3/+9
* Fix ipv6 parsing (#12321)Wim2020-07-261-1/+2
* Decrease the num_stars when deleting a repo (#11954)赵智超2020-07-071-0/+10
* Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777)zeripath2020-07-051-9/+371
* Add migration to set IsArchived false if it is null (#11853)zeripath2020-06-111-0/+16
* Dump: add output format tar and output to stdout (#10376)PhilippHomann2020-06-051-57/+212
* Doctor check & fix db consistency (#11111)65432020-05-291-2/+85
* Add debug option to hooks (#11624)zeripath2020-05-281-2/+17
* TrimSpace when reading InternalToken from a file (#11502)zeripath2020-05-201-3/+20
* Prevent timer leaks in Workerpool and others (#11333)zeripath2020-05-081-9/+3
* cmd: dump: check value of skip-repository flag (#11254)Kyle Evans2020-05-031-1/+1
* cmd: dump: add an -L/--skip-log option (#11253)Kyle Evans2020-04-301-1/+10
* Return error for authorized_keys and mergebase problems (#10990)zeripath2020-04-081-1/+4
* Mulitple Gitea Doctor improvements (#10943)zeripath2020-04-061-45/+312
* make `gitea admin auth list` formatting configurable (#10844)zeripath2020-03-271-1/+37
* Multiple LFS improvements (#10667)zeripath2020-03-091-6/+9
* Add restricted user filter to LDAP authentication (#10600)Lauris BH2020-03-052-0/+15
* Fix push-create SSH bugs (#10145)John Olheiser2020-02-051-0/+6
* Implement "embedded" command to extract static resources (#9982)guillep2k2020-02-022-0/+362
* Implement basic app.ini and path checks to doctor cmd (#10064)guillep2k2020-01-301-15/+112
* Queue: Make WorkerPools and Queues flushable (#10001)zeripath2020-01-281-0/+92
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-3/+5
* Refactor repository check and sync functions (#9854)Lunny Xiao2020-01-201-3/+4
* Add option to prevent LDAP from deactivating everything on empty search (#9879)zeripath2020-01-201-0/+7
* fix dump non-exist log directory (#9818)Lunny Xiao2020-01-161-2/+4
* Make hook status printing configurable with delay (#9641)zeripath2020-01-121-26/+122
* Add a new command doctor to check if some wrong configurations on gitea insta...Lunny Xiao2020-01-111-0/+130
* Fix #9530: admin auth list make readable and admin auth delete bug fix (#9628)Shashvat Kedia2020-01-071-2/+3
* Properly enforce gitea environment for pushes (#9501)zeripath2019-12-271-4/+12
* Remove unnecessary loading of settings in update hook (#9496)zeripath2019-12-271-12/+1
* Batch hook pre- and post-receive calls (#8602)zeripath2019-12-261-43/+174
* Add debug option to serv to help debug problems (#9492)zeripath2019-12-253-7/+15