-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from gitea:master #130
Changes from gitea:master #130
Commits on Dec 9, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7b5b517 - Browse repository at this point
Copy the full SHA 7b5b517View commit details -
Delete old temp local copy before we create a new temp local copy
Configuration menu - View commit details
-
Copy full SHA for cbcb436 - Browse repository at this point
Copy the full SHA cbcb436View commit details
Commits on Dec 11, 2016
-
Configuration menu - View commit details
-
Copy full SHA for abcd39f - Browse repository at this point
Copy the full SHA abcd39fView commit details
Commits on Dec 12, 2016
-
Correction LDAP validation (gogs#342)
* Correction LDAP username validation As https://msdn.microsoft.com/en-us/library/aa366101(v=vs.85).aspx describe spaces should not be in start or at the end of username but they can be inside the username. So please check my solution for it. * Check for zero length passwords in LDAP module. According to https://tools.ietf.org/search/rfc4513#section-5.1.2 LDAP client should always check before bind whether a password is an empty value. There are at least one LDAP implementation which does not return error if you try to bind with DN set and empty password - AD. * Clearing the login/email spaces at the [start/end]
Configuration menu - View commit details
-
Copy full SHA for f0a989c - Browse repository at this point
Copy the full SHA f0a989cView commit details
Commits on Dec 13, 2016
-
Autogenerate Version on build (gogs#190)
* Autogenerate Version On Build * Fixes * Changed Version to v0.9.0 * balls * I hate newlines * Don't remove .VERSION-file on `make clean` * v0.9.0 => 1.0.0 * damn new-lines... * Always rebuild templates/.VERSION * Delete .VERSION * Update Makefile
Configuration menu - View commit details
-
Copy full SHA for 1d1c018 - Browse repository at this point
Copy the full SHA 1d1c018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73710c0 - Browse repository at this point
Copy the full SHA 73710c0View commit details
Commits on Dec 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d771e97 - Browse repository at this point
Copy the full SHA d771e97View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4c7940 - Browse repository at this point
Copy the full SHA b4c7940View commit details -
Update example install url from try.gogs.io to try.gitea.io (gogs#385)
* Update example install url from try.gogs.io to try.gitea.io * Ask if issue can be reproduced on try.gitea.io * Link try.gitea.io to the README
Configuration menu - View commit details
-
Copy full SHA for 1831ee2 - Browse repository at this point
Copy the full SHA 1831ee2View commit details -
Fixing multiple docker issues (gogs#386)
* Added stupid docker task to makefile * Dropped unknown option PrintLastLog from docker ssh config * OpenSSH should log to docker stdout * Set random pw for docker git user, otherwise it is locked * Stop using templates and public within docker
Configuration menu - View commit details
-
Copy full SHA for c6b6a61 - Browse repository at this point
Copy the full SHA c6b6a61View commit details -
Disable coverage report for now (gogs#395)
Until aircover gets updated so that it works again I have disabled to coverage report upload for now.
Configuration menu - View commit details
-
Copy full SHA for 8aeeed0 - Browse repository at this point
Copy the full SHA 8aeeed0View commit details
Commits on Dec 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 15c3d14 - Browse repository at this point
Copy the full SHA 15c3d14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 578a8e2 - Browse repository at this point
Copy the full SHA 578a8e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b11843b - Browse repository at this point
Copy the full SHA b11843bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d6e88b - Browse repository at this point
Copy the full SHA 0d6e88bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44428fd - Browse repository at this point
Copy the full SHA 44428fdView commit details
Commits on Dec 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7c46667 - Browse repository at this point
Copy the full SHA 7c46667View commit details
Commits on Dec 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8559d6f - Browse repository at this point
Copy the full SHA 8559d6fView commit details -
Add support for using "libravatar" as the GravatarSource
Just to make it easier for administrator to configure libre avatar, as it is done for "duoshuo" and "gravatar"
Configuration menu - View commit details
-
Copy full SHA for 608a60f - Browse repository at this point
Copy the full SHA 608a60fView commit details
Commits on Dec 20, 2016
-
serve video files using the HTML5 video tag (gogs#418)
* serve video files using the HTML5 video tag * lint fix: add comment to IsVideoFile
Configuration menu - View commit details
-
Copy full SHA for 6ade13e - Browse repository at this point
Copy the full SHA 6ade13eView commit details -
change test mail subject and body to 'Gitea Test Mail!'
Signed-off-by: Michael de Wit <mjwwit@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1d30457 - Browse repository at this point
Copy the full SHA 1d30457View commit details -
Merge pull request gogs#422 from mjwwit/master
Change test mail subject and body to 'Gitea Test Mail!'
Configuration menu - View commit details
-
Copy full SHA for 952587d - Browse repository at this point
Copy the full SHA 952587dView commit details -
Fix random string generator (gogs#384)
* Remove unused custom-alphabet feature of random string generator Fix random string generator Random string generator should return error if it fails to read random data via crypto/rand * Fixes variable (un)initialization mixed assign Update test GetRandomString
Configuration menu - View commit details
-
Copy full SHA for 380e32e - Browse repository at this point
Copy the full SHA 380e32eView commit details -
Merge pull request gogs#412 from strk/libravatar-source
Add support for using "libravatar" as the GravatarSource
Configuration menu - View commit details
-
Copy full SHA for 235eb4c - Browse repository at this point
Copy the full SHA 235eb4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 111c95e - Browse repository at this point
Copy the full SHA 111c95eView commit details
Commits on Dec 21, 2016
-
Do not override the binary version name from drone (gogs#436)
Signed-off-by: Thomas Boerger <tboerger@suse.de>
Configuration menu - View commit details
-
Copy full SHA for 618407c - Browse repository at this point
Copy the full SHA 618407cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce21ed6 - Browse repository at this point
Copy the full SHA ce21ed6View commit details -
* Add Korean support * replace Gogs to Gitea
Configuration menu - View commit details
-
Copy full SHA for 2197d29 - Browse repository at this point
Copy the full SHA 2197d29View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8d94cb - Browse repository at this point
Copy the full SHA f8d94cbView commit details
Commits on Dec 22, 2016
-
Fix homepage docs link broken (gogs#417)
* fix homepage docs link broken * fix homepage docs links after docs updated
Configuration menu - View commit details
-
Copy full SHA for c46eb3f - Browse repository at this point
Copy the full SHA c46eb3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5d21b6 - Browse repository at this point
Copy the full SHA d5d21b6View commit details -
issue comment api fix (gogs#449)
* ListAllInRepo & Delete Issue-Comments * Moar data in issue-comments
Configuration menu - View commit details
-
Copy full SHA for df7fa4e - Browse repository at this point
Copy the full SHA df7fa4eView commit details -
Bug fixes and tests for modules/base (gogs#442)
Also address other TODOs
Configuration menu - View commit details
-
Copy full SHA for 4c89a9c - Browse repository at this point
Copy the full SHA 4c89a9cView commit details -
UpdateIssueUsersByMentions was calling database write operations while (
gogs#443) a transaction session was in progress. MailParticipants was failing silently because of the SQLITE_LOCKED error. Make sure failures in MailParticipants enter the log, and pass on the transaction context. issue: let caller pass in database context, and use it issue_comment: obtain database context to pass to UpdateIssueMentions issue_comment: log any error from call to MailParticipants issue_mail: pass on database context to UpdateIssueMentions
Configuration menu - View commit details
-
Copy full SHA for 0c5c34d - Browse repository at this point
Copy the full SHA 0c5c34dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47a7529 - Browse repository at this point
Copy the full SHA 47a7529View commit details -
* init script for gentoo (gogs#3761) * replace Gogs to Gitea * remove override port number * remove port
Configuration menu - View commit details
-
Copy full SHA for 11df7eb - Browse repository at this point
Copy the full SHA 11df7ebView commit details -
New settings option for a custom SSH host (gogs#3763) (gogs#446)
* New settings option for a custom SSH host (gogs#3763) * let default ssh listen addr empty
Configuration menu - View commit details
-
Copy full SHA for 65b1875 - Browse repository at this point
Copy the full SHA 65b1875View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0ecd9f - Browse repository at this point
Copy the full SHA e0ecd9fView commit details -
Check if file is a symlink with web editor (gogs#3687) (gogs#445)
* Check if file is a symlink with web editor (gogs#3687) * editor checks for symlinks * translate file_is_a_symlink message * credit translation author * fix error constant
Configuration menu - View commit details
-
Copy full SHA for 0e13925 - Browse repository at this point
Copy the full SHA 0e13925View commit details -
Configuration menu - View commit details
-
Copy full SHA for c21e2c4 - Browse repository at this point
Copy the full SHA c21e2c4View commit details -
Bindata is optional and over-writable on restart (gogs#354)
* Moved conf assets into options folder * Dropped old bindata * Started to integrate options bindata and accessors * Do not enforce a builtin app.ini * Replaced bindata calls with options * Dropped bindata task from makefile, it's the generate task now * Always embedd app.ini to provide sane config defaults * Use sane defaults for the configuration * Defined default value for SSH_KEYGEN_PATH * Dropped "NEVER EVER MODIFY THIS FILE" header from app.ini * Fixed new paths in latest test additions * Drop bindata with make clean task * Set more proper default values
Configuration menu - View commit details
-
Copy full SHA for b33078f - Browse repository at this point
Copy the full SHA b33078fView commit details
Commits on Dec 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a12da66 - Browse repository at this point
Copy the full SHA a12da66View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfb5470 - Browse repository at this point
Copy the full SHA dfb5470View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec1fe11 - Browse repository at this point
Copy the full SHA ec1fe11View commit details -
Add default values for settings (gogs#455)
* add default values for settings * more default values * more default settings and labels resource * mv locale to options
Configuration menu - View commit details
-
Copy full SHA for a822bba - Browse repository at this point
Copy the full SHA a822bbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e6dd98 - Browse repository at this point
Copy the full SHA 1e6dd98View commit details -
Simplified README and added a release badge (gogs#460)
* Dropped the status from readme, it's anway always outdated * Added version badge * Cleaned the install instructions * Dropped paragraphs that should be documented on the docs * Simplified the content, refer to the website * Dropped the logo, lets show screenshots * Fixed TRANSLATORS link
Configuration menu - View commit details
-
Copy full SHA for 770e831 - Browse repository at this point
Copy the full SHA 770e831View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaa7b3c - Browse repository at this point
Copy the full SHA eaa7b3cView commit details -
Fix broken godoc link and add arch in English README (gogs#463)
* fix broken godoc link and add arch in English README * typo
Configuration menu - View commit details
-
Copy full SHA for b0c6217 - Browse repository at this point
Copy the full SHA b0c6217View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b67347 - Browse repository at this point
Copy the full SHA 7b67347View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aacf4d - Browse repository at this point
Copy the full SHA 6aacf4dView commit details
Commits on Dec 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f2ff0ee - Browse repository at this point
Copy the full SHA f2ff0eeView commit details -
Enables mssql support (gogs#383)
* Enables mssql support Port of dlobs work in gogs. Enables options in index.js Enables MSSQL as a database option in go. Sets ID to 0 on initial migration. Required for MSSQL insert statements. Signed-off-by: Beau Trepp <beautrepp@gmail.com> * Vendors in denisenkom/go-mssqldb Includes golang.org/x/crypto/md4 as this is required by go-msssqldb Signed-off-by: Beau Trepp <beautrepp@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 25b5ffb - Browse repository at this point
Copy the full SHA 25b5ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a4161c - Browse repository at this point
Copy the full SHA 8a4161cView commit details -
Bug fixes for Issues filters (gogs#413)
Correctly handle simultaneous assignee/poster filters, and conflicting assignee filters
Configuration menu - View commit details
-
Copy full SHA for d0932ef - Browse repository at this point
Copy the full SHA d0932efView commit details -
Configuration menu - View commit details
-
Copy full SHA for f27d87d - Browse repository at this point
Copy the full SHA f27d87dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a345a03 - Browse repository at this point
Copy the full SHA a345a03View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1e92ee - Browse repository at this point
Copy the full SHA c1e92eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa3abc2 - Browse repository at this point
Copy the full SHA fa3abc2View commit details
Commits on Dec 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9847b38 - Browse repository at this point
Copy the full SHA 9847b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8de8ec0 - Browse repository at this point
Copy the full SHA 8de8ec0View commit details -
* Implemented sendmail. This piggybacks on existing configuration to keep the change simple * Changed privicy of new sendSMTP and sendSendmail functions * Fixed Lint errors * Seperated SMTP and sendmail into their own senders * Making new structs private as they should not be used externally now * Added sendmail setting to ini file * Minor code cleanup
Configuration menu - View commit details
-
Copy full SHA for d4924d4 - Browse repository at this point
Copy the full SHA d4924d4View commit details -
Provide button to delete merged pull request (gogs#441)
* provide button to delete merged pull request * golint fix
Configuration menu - View commit details
-
Copy full SHA for 4b7594d - Browse repository at this point
Copy the full SHA 4b7594dView commit details
Commits on Dec 26, 2016
-
* Import github.com/git-lfs/lfs-test-server as lfs module base Imported commit is 3968aac269a77b73924649b9412ae03f7ccd3198 Removed: Dockerfile CONTRIBUTING.md mgmt* script/ vendor/ kvlogger.go .dockerignore .gitignore README.md * Remove config, add JWT support from github.com/mgit-at/lfs-test-server Imported commit f0cdcc5a01599c5a955dc1bbf683bb4acecdba83 * Add LFS settings * Add LFS meta object model * Add LFS routes and initialization * Import github.com/dgrijalva/jwt-go into vendor/ * Adapt LFS module: handlers, routing, meta store * Move LFS routes to /user/repo/info/lfs/* * Add request header checks to LFS BatchHandler / PostHandler * Implement LFS basic authentication * Rework JWT secret generation / load * Implement LFS SSH token authentication with JWT Specification: https://github.com/github/git-lfs/tree/master/docs/api * Integrate LFS settings into install process * Remove LFS objects when repository is deleted Only removes objects from content store when deleted repo is the only referencing repository * Make LFS module stateless Fixes bug where LFS would not work after installation without restarting Gitea * Change 500 'Internal Server Error' to 400 'Bad Request' * Change sql query to xorm call * Remove unneeded type from LFS module * Change internal imports to code.gitea.io/gitea/ * Add Gitea authors copyright * Change basic auth realm to "gitea-lfs" * Add unique indexes to LFS model * Use xorm count function in LFS check on repository delete * Return io.ReadCloser from content store and close after usage * Add LFS info to runWeb() * Export LFS content store base path * LFS file download from UI * Work around git-lfs client issue with unauthenticated requests Returning a dummy Authorization header for unauthenticated requests lets git-lfs client skip asking for auth credentials See: git-lfs/git-lfs#1088 * Fix unauthenticated UI downloads from public repositories * Authentication check order, Finish LFS file view logic * Ignore LFS hooks if installed for current OS user Fixes Gitea UI actions for repositories tracking LFS files. Checks for minimum needed git version by parsing the semantic version string. * Hide LFS metafile diff from commit view, marking as binary * Show LFS notice if file in commit view is tracked * Add notbefore/nbf JWT claim * Correct lint suggestions - comments for structs and functions - Add comments to LFS model - Function comment for GetRandomBytesAsBase64 - LFS server function comments and lint variable suggestion * Move secret generation code out of conditional Ensures no LFS code may run with an empty secret * Do not hand out JWT tokens if LFS server support is disabled
Configuration menu - View commit details
-
Copy full SHA for 2e7ccec - Browse repository at this point
Copy the full SHA 2e7ccecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2342df1 - Browse repository at this point
Copy the full SHA 2342df1View commit details -
Improve issue references in markdown (#471)
* Improve issue references in markdown. (gogs#3436) * Fix build * Fix lint * Fix comment typo
Configuration menu - View commit details
-
Copy full SHA for 7163445 - Browse repository at this point
Copy the full SHA 7163445View commit details -
Improve the way how branches are deleted
Delete branch from HeadRepo instead of BaseRepo Prevent the deletion of a master branch Show a yes/no overlay when you press the delete branch button
Configuration menu - View commit details
-
Copy full SHA for 71dee6b - Browse repository at this point
Copy the full SHA 71dee6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6388761 - Browse repository at this point
Copy the full SHA 6388761View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98b0688 - Browse repository at this point
Copy the full SHA 98b0688View commit details
Commits on Dec 27, 2016
-
Merge pull request gogs#492 from Bwko/password
At the locales replaced 6 with MIN_PASSWORD_LENGTH
Configuration menu - View commit details
-
Copy full SHA for 59f736d - Browse repository at this point
Copy the full SHA 59f736dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba134bd - Browse repository at this point
Copy the full SHA ba134bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7802699 - Browse repository at this point
Copy the full SHA 7802699View commit details -
Merge pull request gogs#487 from Bwko/NL
Added Dutch translations to the landingpage
Configuration menu - View commit details
-
Copy full SHA for ba85f68 - Browse repository at this point
Copy the full SHA ba85f68View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0f5471 - Browse repository at this point
Copy the full SHA a0f5471View commit details -
Merge pull request gogs#508 from joubertredrat/fix-cookie-name
Fix default cookie name
Configuration menu - View commit details
-
Copy full SHA for edfa76d - Browse repository at this point
Copy the full SHA edfa76dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f1c311 - Browse repository at this point
Copy the full SHA 8f1c311View commit details
Commits on Dec 28, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9fae9f0 - Browse repository at this point
Copy the full SHA 9fae9f0View commit details -
Optimization for user.GetRepositoryAccesses to reduce db query times (g…
…ogs#495) * optimization for user.GetRepositoryAccesses to reduce db query times * fix missing cache
Configuration menu - View commit details
-
Copy full SHA for c463b1b - Browse repository at this point
Copy the full SHA c463b1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f686a32 - Browse repository at this point
Copy the full SHA f686a32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3313168 - Browse repository at this point
Copy the full SHA 3313168View commit details -
Configuration menu - View commit details
-
Copy full SHA for c22f911 - Browse repository at this point
Copy the full SHA c22f911View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35d9378 - Browse repository at this point
Copy the full SHA 35d9378View commit details -
commithgraph / timeline (gogs#428)
* Add model and tests for graph * Add route and router for graph * Add assets for graph * Add template for graph
Configuration menu - View commit details
-
Copy full SHA for 22e1bd3 - Browse repository at this point
Copy the full SHA 22e1bd3View commit details
Commits on Dec 29, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 799d0c2 - Browse repository at this point
Copy the full SHA 799d0c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac51caa - Browse repository at this point
Copy the full SHA ac51caaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f4ba68 - Browse repository at this point
Copy the full SHA 6f4ba68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d1a1fc - Browse repository at this point
Copy the full SHA 2d1a1fcView commit details -
Tab on user profile to show starred repos (gogs#519)
* Tab on user profile to show starred repos * Make golint happy and use transactions on StarRepo function * x -> sess * Use sess.Close() instead of sess.Rollback() * Add copyright * Fix lint
Configuration menu - View commit details
-
Copy full SHA for b992858 - Browse repository at this point
Copy the full SHA b992858View commit details -
Speed up conflict checking in pull request creation (gogs#276)
* Speed up conflict checking in pull request creation In order to check conflicts of a PR, we set up a working tree by cloning the base branch, which is quite time-consuming when the repository is huge. Instead, this PR uses `git read-tree` and `git apply --check --cached` to check conflicts. For gogs#258 * Use $GIT_INDEX_FILE instead of --index-output to avoid lockfile problem The lockfile gets renamed to the final destination after the operation finishes. But it must be located in the same filesystem, which prevents us from using /tmp. * Temporary file names should not prefixed with '-'
Configuration menu - View commit details
-
Copy full SHA for 937b4b5 - Browse repository at this point
Copy the full SHA 937b4b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37eec6c - Browse repository at this point
Copy the full SHA 37eec6cView commit details
Commits on Dec 30, 2016
-
Notification - Step 1 (gogs#523)
* Notification - Step 1 * Add copyright headers * Cache issue and repository on notification model
Configuration menu - View commit details
-
Copy full SHA for 42904cb - Browse repository at this point
Copy the full SHA 42904cbView commit details -
Signed-off-by: Thibault Meyer <meyer.thibault@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for aae960b - Browse repository at this point
Copy the full SHA aae960bView commit details -
Merge pull request gogs#538 from 0xbaadf00d/feature/fix-contrib-link
Fix URL link on CONTRIBUTING
Configuration menu - View commit details
-
Copy full SHA for d0490c1 - Browse repository at this point
Copy the full SHA d0490c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6069abe - Browse repository at this point
Copy the full SHA 6069abeView commit details -
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6510e57 - Browse repository at this point
Copy the full SHA 6510e57View commit details -
replcae go fmt with gofmt command.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cb18941 - Browse repository at this point
Copy the full SHA cb18941View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa60cf0 - Browse repository at this point
Copy the full SHA fa60cf0View commit details
Commits on Dec 31, 2016
-
Support http service graceful restart (gogs#416)
* support http service graceful restart * fix dependencies
Configuration menu - View commit details
-
Copy full SHA for 527c2dd - Browse repository at this point
Copy the full SHA 527c2ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for b75450a - Browse repository at this point
Copy the full SHA b75450aView commit details -
Restrict creating organisations by user (gogs#193)
* restrict creating organizations based on right on user * revert bindata.go * reverse vendor lib * revert goimports change * set AllowCreateOrganization default value to true * revert locale * added default value for AllowCreateOrganization * fix typo in migration-comment * fix comment * add coments in migration
Configuration menu - View commit details
-
Copy full SHA for c0904f1 - Browse repository at this point
Copy the full SHA c0904f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf85c82 - Browse repository at this point
Copy the full SHA bf85c82View commit details -
Configuration menu - View commit details
-
Copy full SHA for de8b73d - Browse repository at this point
Copy the full SHA de8b73dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e5fffb - Browse repository at this point
Copy the full SHA 6e5fffbView commit details -
Fix wrong anchors for non-latin headings (gogs#3981) (gogs#512)
Change Javascript regular expression to match non-latin characters The regex comes from here: http://stackoverflow.com/questions/150033/regular-expression-to-match-non-english-characters#comment22322603_150078 And this patch should fixed these two issues: gogs#3919 gogs#3843
Configuration menu - View commit details
-
Copy full SHA for 9ccc369 - Browse repository at this point
Copy the full SHA 9ccc369View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96c2012 - Browse repository at this point
Copy the full SHA 96c2012View commit details -
Merge pull request gogs#545 from lunny/lunny/fix_ui_data_row_missing
Partially fix gogs#484: fix admin ui data row missing
Configuration menu - View commit details
-
Copy full SHA for 1f07792 - Browse repository at this point
Copy the full SHA 1f07792View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc50c78 - Browse repository at this point
Copy the full SHA dc50c78View commit details
Commits on Jan 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a09a3dc - Browse repository at this point
Copy the full SHA a09a3dcView commit details -
UI config to toggle whether user email shows up in Explore Users (gog…
…s#336) * UI config to toggle whether user email shows up in Explore Users * Recommendation made by @tboerger go-gitea/gitea@66a1c59#r94122732 * fixed typo, rename ShowUserEmailInExplore to ShowUserEmail * Fixed typo merged conflict * Hide email in the user profile page if you are active ShowUserEmail ref go-gitea/gitea#336 (comment) * Please replace MustBool() with MustBool(true)
Configuration menu - View commit details
-
Copy full SHA for 787fda5 - Browse repository at this point
Copy the full SHA 787fda5View commit details -
Merge pull request gogs#543 from lunny/lunny/fallback_graceful_windows
Fix windows build broken by gogs#416
Configuration menu - View commit details
-
Copy full SHA for aea1b2b - Browse repository at this point
Copy the full SHA aea1b2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7e1bcc - Browse repository at this point
Copy the full SHA b7e1bccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c301f7 - Browse repository at this point
Copy the full SHA 0c301f7View commit details
Commits on Jan 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 05837a8 - Browse repository at this point
Copy the full SHA 05837a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 727675d - Browse repository at this point
Copy the full SHA 727675dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 341a3b5 - Browse repository at this point
Copy the full SHA 341a3b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f59672a - Browse repository at this point
Copy the full SHA f59672aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 545ba2e - Browse repository at this point
Copy the full SHA 545ba2eView commit details
Commits on Jan 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3c71163 - Browse repository at this point
Copy the full SHA 3c71163View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7be02d9 - Browse repository at this point
Copy the full SHA 7be02d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b0974e - Browse repository at this point
Copy the full SHA 4b0974eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5102158 - Browse repository at this point
Copy the full SHA 5102158View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70900bd - Browse repository at this point
Copy the full SHA 70900bdView commit details -
Update xorm and dependencies vendor for feature to dump to other data…
…base (gogs#565) * update xorm and dependencies vendor for feature to dump to other database * fix golint
Configuration menu - View commit details
-
Copy full SHA for 980dd0b - Browse repository at this point
Copy the full SHA 980dd0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09dabe2 - Browse repository at this point
Copy the full SHA 09dabe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b354cf3 - Browse repository at this point
Copy the full SHA b354cf3View commit details
Commits on Jan 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 467202d - Browse repository at this point
Copy the full SHA 467202dView commit details
Commits on Jan 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for dc3ff9f - Browse repository at this point
Copy the full SHA dc3ff9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1207bda - Browse repository at this point
Copy the full SHA 1207bdaView commit details -
Check primary email address fields on CreateUser (gogs#556)
* Check primary email address fields on CreateUser As this check wasn't available, uid=1 (and possibly guests too, if registration is open) is able to register new users with existing email addresses. This leads to numerous 500 errors. * Update user.go * Lower the email first. Then check
Configuration menu - View commit details
-
Copy full SHA for bdad3b2 - Browse repository at this point
Copy the full SHA bdad3b2View commit details -
Fix SQL bug in models/access (gogs#583)
Previously got a 'relation repo_access does not exist' error in User_GetRepositoryAccesses
Configuration menu - View commit details
-
Copy full SHA for c5f0d4b - Browse repository at this point
Copy the full SHA c5f0d4bView commit details -
Fix diff split view coloring (gogs#553) (gogs#584)
Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org>
Configuration menu - View commit details
-
Copy full SHA for a5e07da - Browse repository at this point
Copy the full SHA a5e07daView commit details -
Fix unified diff view styling (gogs#585)
Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org>
Configuration menu - View commit details
-
Copy full SHA for eb9ce39 - Browse repository at this point
Copy the full SHA eb9ce39View commit details -
Add the note forked from gogs (gogs#590)
* add the note forked from gogs * make the sentence simple
Configuration menu - View commit details
-
Copy full SHA for 6efa80a - Browse repository at this point
Copy the full SHA 6efa80aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d17d6b - Browse repository at this point
Copy the full SHA 2d17d6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d1bc9a - Browse repository at this point
Copy the full SHA 9d1bc9aView commit details -
Merge pull request gogs#539 from andreynering/notifications-step-2
Notifications - Step 2
Configuration menu - View commit details
-
Copy full SHA for 79d5271 - Browse repository at this point
Copy the full SHA 79d5271View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03a6d70 - Browse repository at this point
Copy the full SHA 03a6d70View commit details