aboutsummaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-161-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | * add more webhook support * move hooks templates to standalone dir and add more webhooks ui * fix tests * update vendor checksum * add more webhook support * move hooks templates to standalone dir and add more webhooks ui * fix tests * update vendor checksum * update vendor Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * load attributes when created release * update comparsion doc
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-154-4/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-154-1/+161
|
* Refactor User Settings (#3900)David Schneiderbauer2018-05-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | * moved avatar to profile page * combined password change, email and account deletion into account settings page * combined totp, access tokens, linked accounts and openid into security settings page * move access tokens to applications settings page * small change to restart drone build * fix change avatar url on profile page * redirect old settings urls to new ones * enforce only one autofocus attribute on settings pages * set correct redirect status code * fmt fix
* issue-2768: added new option allow_only_external_registration (#3910)FabioFortini2018-05-131-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-131-1/+26
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-111-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-111-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-111-0/+5
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-111-1/+9
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-101-4/+5
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-103-0/+68
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-104-5/+366
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-101-2/+204
|
* Fix #3828 (#3935)techknowlogick2018-05-101-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-1023-69/+2
|
* Multiple assignees (#3705)kolaente2018-05-091-3/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-091-0/+7
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-093-19/+23
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-082-6/+17
|
* Fix English translation grammar and consistency. (#3921)bugreport02018-05-081-7/+7
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-081-3/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-071-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-071-3/+8
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-071-1/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-062-12/+275
|
* Fix placeholder of due date form (#3906)Jonas Franz2018-05-071-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-052-3/+44
|
* Add option to use paged LDAP search when synchronizing users (#3895)Lauris BH2018-05-051-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-051-9/+20
|
* Added user language setting (#3875)kolaente2018-05-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added user language setting * Added translation string for setting * Fixed import order + typo * improved checking if the user has a language saved in the db * The current saved language is now set a default inside the dropdown * fmt * When a user signs in and doesn't have a language saved, the current browser language is saved * updated gitea-sdk * Merge branch 'master' of https://github.com/go-gitea/gitea into save-user-language # Conflicts: # models/migrations/migrations.go # models/migrations/v62.go * Made tests work again * trigger CI * trigger CI * fmt * re-trigger that FUCKING CI SO IT REALLY PICKS UP THE LATEST COMMIT ISTEAD OF PREDENDING TO DO SO * re-trigger that FUCKING CI SO IT REALLY PICKS UP THE LATEST COMMIT ISTEAD OF PREDENDING TO DO SO * When loggin in, only the language col gets updated instead of everything
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-042-15/+36
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-021-1/+16
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-0228-28/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-013-0/+80
|
* Issue due date (#3794)kolaente2018-05-011-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Started adding deadline to ui * Implemented basic issue due date managing * Improved UI for due date managing * Added at least write access to the repo in order to modify issue due dates * Ui improvements * Added issue comments creation when adding/modifying/removing a due date * Show due date in issue list * Added api support for issue due dates * Fixed lint suggestions * Added deadline to sdk * Updated css * Added support for adding/modifiying deadlines for pull requests via api * Fixed comments not created when updating or removing a deadline * update sdk (will do properly once go-gitea/go-sdk#103 is merged) * enhanced updateIssueDeadline * Removed unnessecary Issue.DeadlineString * UI improvements * Small improvments to comment creation + ui & validation improvements * Check if an issue is overdue is now a seperate function * Updated go-sdk with govendor as it was merged * Simplified isOverdue method * removed unessecary deadline to 0 set * Update swagger definitions * Added missing return * Added an explanary comment * Improved updateIssueDeadline method so it'll only update `deadline_unix` * Small changes and improvements * no need to explicitly load the issue when updating a deadline, just use whats already there * small optimisations * Added check if a deadline was modified before updating it * Moved comment creating logic into its own function * Code cleanup for creating deadline comment * locale improvement * When modifying a deadline, the old deadline is saved with the comment * small improvments to xorm session handling when updating an issue deadline + style nitpicks * style nitpicks * Moved checking for if the user has write acces to middleware
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-012-1/+89
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-302-1/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-2928-44/+289
|
* Shows total tracked time in issue and milestone list (#3341)Jonas Franz2018-04-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Show total tracked time in issue and milestone list Show total tracked time at issue page Signed-off-by: Jonas Franz <info@jonasfranz.software> * Optimizing TotalTimes by using SumInt Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fixing wrong total times for milestones caused by a missing JOIN Adding unit tests for total times Signed-off-by: Jonas Franz <info@jonasfranz.software> * Logging error instead of ignoring it Signed-off-by: Jonas Franz <info@jonasfranz.software> * Correcting spelling mistakes Signed-off-by: Jonas Franz <info@jonasfranz.software> * Change error message to a short version Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add error handling to TotalTimes Add variable for totalTimes Signed-off-by: Jonas Franz <info@jonasfranz.de> * Introduce TotalTrackedTimes as variable of issue Load TotalTrackedTimes by loading attributes of IssueList Load TotalTrackedTimes by loading attributes of single issue Add Sec2Time as helper to use it in templates Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fixed test + gofmt Signed-off-by: Jonas Franz <info@jonasfranz.software> * Load TotalTrackedTimes via MilestoneList instead of single requests Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add documentation for MilestoneList Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add documentation for MilestoneList Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix test Signed-off-by: Jonas Franz <info@jonasfranz.software> * Change comment from SQL query to description Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix unit test by using int64 instead of int Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix unit test by using int64 instead of int Signed-off-by: Jonas Franz <info@jonasfranz.software> * Check if timetracker is enabled Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix test by enabling timetracking Signed-off-by: Jonas Franz <info@jonasfranz.de>
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-291-7/+293
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-282-57/+684
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-231-1/+184
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-211-0/+47
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-201-1/+60
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-2026-11376/+37
|
* Improve English grammar and consistency. (#3614)bugreport02018-04-192-620/+618
| | | | | | | | | | | | | | | | | | | | | | | | | | * Start improving English grammar and consistency. * Apply review comments, push translation further. * Additional review changes; expand translation. * Undo team/organization change, further translation. * Add site administration; review comments; merge. * Update hardcoded branch protection string tests. * Update hardcoded branch deletion string test. * Update another hardcoded translation string test. * Add my nickname to the list of translators. * Implement @lafriks review comments. * Remove (now) unused branch deletion warnings. * Remove (now) unused branch deletion warnings.
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-191-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-192-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-171-0/+2
|