1
0
Fork 0

Commit Graph

  • 1628ef4ba5 changed repo-clone-url behaviour for bare repo Stefan-Code 2015-02-18 08:22:13 +0100
  • 0fa209d07b Update/simplify fix that owners also see actions on their repositories Peter Smit 2015-02-18 08:59:22 +0200
  • 6e341e26b3 added less compile script Stefan-Code 2015-02-18 07:20:06 +0100
  • a307574fbc Merge pull request #962 from phsmit/dont_mention_php 无闻 2015-02-17 23:19:25 -0500
  • 58e28e5d9d Merge pull request #958 from phsmit/fix_mirror_access 无闻 2015-02-17 23:09:53 -0500
  • 4e18bbf1cf Merge pull request #963 from phsmit/goget 无闻 2015-02-17 16:18:26 -0500
  • e6fc58a744 Remove GoGet option from repository and handle it with ?go-get=1 instead Peter Smit 2015-02-17 10:36:17 +0200
  • aa68e86206 Rewrite/simplify gogs serve Peter Smit 2015-02-16 16:38:01 +0200
  • 7759b9ee6e Remove the "PHP" style formatting function Peter Smit 2015-02-16 14:44:27 +0200
  • b6519f78c7 Remove collaborators when removing and transferring repository Peter Smit 2015-02-16 13:25:55 +0200
  • 455fad0fbd Fix that owners also see actions on their repositories Peter Smit 2015-02-16 13:16:24 +0200
  • ed89b39984 Updating context and fixing permission issues Peter Smit 2015-02-16 12:51:56 +0200
  • f9454cc32c Make sure that a mirror can't be written to by http or ssh Peter Smit 2015-02-16 12:00:06 +0200
  • d85366930c update travis.yml Unknwon 2015-02-16 02:51:39 -0500
  • f625665d8d modules/setting: add abs path check before add workdir prefix Unknwon 2015-02-14 17:49:33 -0500
  • d047811c1a Merge pull request #956 from bpollack/docfix 无闻 2015-02-14 17:07:38 -0500
  • 685ed1f807 models: fix XORM API break Unknwon 2015-02-14 17:01:33 -0500
  • 8c1986181d Fix a bunch of small typos and formatting quirks Benjamin Pollack 2015-02-14 15:31:07 -0500
  • a38e4a0b02 routers/install.go: able to keep previous custom settings for 2nd time install Unknwon 2015-02-13 16:48:23 -0500
  • cd6a2b78a7 Merge pull request #951 from phsmit/fix_team_update 无闻 2015-02-13 16:25:18 -0500
  • 0009a1d2b1 Fix access for team mode update Peter Smit 2015-02-13 23:12:33 +0200
  • def39d191b conf/locale: update all locales Unknwon 2015-02-13 15:48:10 -0500
  • cdd8f7c53a Merge pull request #949 from phsmit/different_access_migration 无闻 2015-02-13 15:15:09 -0500
  • ddf7014b9b Rewrite of access migration Peter Smit 2015-02-13 13:58:19 +0200
  • 2692d4aa49 Make conf/app.ini changes match the style Dmitry Azhichakov 2015-02-13 11:06:12 +0300
  • 25f5a8d798 some fixes, but not done yet! Unknwon 2015-02-13 02:56:42 -0500
  • 3aaf292ba8 Fix "forcing" client certificate for SMTP Dmitry Azhichakov 2015-02-13 10:33:55 +0300
  • 6b7d35eade fix mirror issues uncaught #941 Unknwon 2015-02-13 02:14:57 -0500
  • 6d0f3a07d4 code fix #941 caution: undertest Unknwon 2015-02-13 00:58:46 -0500
  • b99c4baab2 models/migrations: finish accessRefactor Unknwon 2015-02-12 22:43:32 -0500
  • 7fda0cdb93 Merge pull request #941 from phsmit/access_refactor 无闻 2015-02-12 21:34:27 -0500
  • 0b3722c359 models/migrations: fix little logic error Unknwon 2015-02-12 12:46:21 -0500
  • 31eb49c3ae Merge pull request #940 from phsmit/migration_update 无闻 2015-02-12 12:42:51 -0500
  • 67a9416ae5 templates/user/auth/signin.tmpl: hide sign up prompt when registration is disabled #884 Unknwon 2015-02-12 12:38:44 -0500
  • 8a6c86644e New feature: SMTP connection may use client certificate. Dmitry Azhichakov 2015-02-12 18:54:51 +0300
  • 6c1ee384f1 Merge remote-tracking branch 'mine/access_refactor' into access_refactor Peter Smit 2015-02-12 14:25:07 +0200
  • 0a4cda0dd4 Refactoring of the Access Table Peter Smit 2015-02-05 15:29:08 +0200
  • 2804784df9 Some comments and improvements for migrations Peter Smit 2015-02-12 13:54:34 +0200
  • 876a856759 models/migartions: make Migration as interface and use session Unknwon 2015-02-11 23:10:30 -0500
  • 7e7160eefd first pass work on migration #925 Unknwon 2015-02-11 21:58:37 -0500
  • c5c467a9cd Merge branch 'dev' of github.com:gogits/gogs into access Unknwon 2015-02-11 19:25:59 -0500
  • c7a042ef36 Merge branch 'access' of github.com:gogits/gogs into access Unknwon 2015-02-11 12:43:43 -0500
  • e805fdb29c Merge pull request #925 from phsmit/newcollaboration 无闻 2015-02-11 12:43:13 -0500
  • 0af74b36ad Merge pull request #937 from Stefan-Code/dev 无闻 2015-02-11 12:27:29 -0500
  • d02e45f985 better naming on #891 Unknwon 2015-02-11 12:04:01 -0500
  • e5d6f4ce56 Changes to repo-header-download-drop, different repo-clone-url input behaviour Stefan-Code 2015-02-11 07:28:51 +0100
  • 485ea6f14f models: make code change for session issue with SQLite3 #739 Unknwon 2015-02-10 23:44:16 -0500
  • 28580aee63 modules/middleware/auth.go: remove uncheck login for watch a repo #929 Unknwon 2015-02-10 22:53:46 -0500
  • 6a23252edc able to allow insecure certification of webhook for #891 Unknwon 2015-02-10 21:06:59 -0500
  • e407df54f0 update gopmfile and README Unknwon 2015-02-09 13:32:22 -0500
  • bad533a219 models/repo.go: add update hook when migrate for #789 Unknwon 2015-02-09 12:42:53 -0500
  • 7d3932b9cd templates/ng/base: change year to 2015, fix #928 Unknwon 2015-02-09 11:04:17 -0500
  • b61ef40406 Merge pull request #924 from phsmit/fix_921 无闻 2015-02-09 10:54:24 -0500
  • 767bf82eab Merge pull request #923 from phsmit/fix_922 无闻 2015-02-09 10:45:41 -0500
  • 0d158e569b Change constants to UPPERCASE_WITH_UNDERSCORE style Peter Smit 2015-02-09 13:36:33 +0200
  • 5cd887dba5 Fixes #921 Peter Smit 2015-02-09 12:56:46 +0200
  • b7e26aa5e3 Improve argument parsing for serve command Peter Smit 2015-02-09 12:32:42 +0200
  • aa35be975f Fix #922 Peter Smit 2015-02-09 12:27:15 +0200
  • 6ed96b7a20 Merge pull request #911 from TonyTsangHK/dev 无闻 2015-02-09 00:31:16 -0500
  • 3cc04682c5 modules/setting: mirror path issue Unknwon 2015-02-08 22:23:01 -0500
  • f15fa9167a cmd: code fix for #905 Unknwon 2015-02-08 21:26:14 -0500
  • cd0ee35b3f Merge pull request #905 from phsmit/conf_on_cli 无闻 2015-02-08 20:22:02 -0500
  • 3a44143b81 modules/ans1-ber: fix LDAP UTF8 string decoding for #916 Unknwon 2015-02-08 14:39:54 -0500
  • 9420eecb87 public/ng/css: code generation for #919 Unknwon 2015-02-08 13:00:22 -0500
  • 17a34949eb Merge pull request #919 from Stefan-Code/dev 无闻 2015-02-08 12:51:58 -0500
  • 775bd65234 conf/locale: add Spanish locale Unknwon 2015-02-08 12:39:11 -0500
  • 85f384f271 Updated gogs.css - monospace font for hash Stefan 2015-02-08 17:38:10 +0100
  • 00653e52ee Get username, name, surname and e-mail from LDAP server Lauris BH 2015-02-08 01:49:51 +0200
  • ba77a3b0b4 routers/repo/http.go: allow HTTP push/pull by token for #845 Unknwon 2015-02-07 15:47:23 -0500
  • 19525abfc4 Merge pull request #845 from compressed/token_http 无闻 2015-02-07 15:27:59 -0500
  • f989805050 conf/locale: update locales Unknwon 2015-02-07 11:12:13 -0500
  • fc1befcf3c update README notice and CONTRIBUTING.md Unknwon 2015-02-07 11:09:17 -0500
  • 2a2596fe61 able to disable SSH for #883 Unknwon 2015-02-07 10:46:57 -0500
  • 3f2e99962c conf/locale: update French locale Unknwon 2015-02-06 21:29:15 -0500
  • 216683004e code fix for #908, and work for #884 Unknwon 2015-02-06 21:16:23 -0500
  • 87b90372a7 Merge pull request #908 from nicolai86/feature/hide-signup-button-884 无闻 2015-02-06 21:03:31 -0500
  • 5a99e9a37b models/action.go: add action reopen for #462 Unknwon 2015-02-06 20:47:21 -0500
  • afccd0a3ee models/action.go: mirror fix on #892 Unknwon 2015-02-06 20:34:49 -0500
  • 0669897226 modules/base: fix markdown mention regex for #826 Unknwon 2015-02-06 19:15:58 -0500
  • ddddad9792 Merge pull request #826 from deringer/dev 无闻 2015-02-06 19:03:35 -0500
  • 4e79adf6b5 Refactoring of the Access Table Peter Smit 2015-02-05 15:29:08 +0200
  • fc6d80d619 Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files. Tony Tsang 2015-02-06 17:02:32 +0800
  • 92036a78d1 Add locales (en/de native, rest -> translate.google.com) Raphael Randschau 2015-02-05 18:10:52 +0100
  • 3c65265871 Hide the registration button depending on the setting Raphael Randschau 2015-02-05 17:09:38 +0100
  • 79f3281548 Add ShowRegistrationButton configuration option Raphael Randschau 2015-02-05 17:09:26 +0100
  • 16018e8323 public/ng/css: code generate for #907 Unknwon 2015-02-05 08:22:59 -0500
  • 15d4f32825 Merge pull request #907 from makhov/new-lines-highlighting-format 无闻 2015-02-05 08:21:01 -0500
  • 04adc94b26 fix css for same code Alexey Makhov 2015-02-05 16:02:37 +0300
  • 2f40f614b5 fix css for del code Alexey Makhov 2015-02-05 15:56:48 +0300
  • 23f3f60dcf Merge pull request #904 from makhov/new-lines-highlighting-format 无闻 2015-02-05 07:30:37 -0500
  • 1ab09e4f1b Add option to provide configuration file on command line Peter Smit 2015-02-05 12:12:37 +0200
  • 03af37554e Merge branch 'dev' into newcollaboration Peter Smit 2015-02-05 11:08:10 +0200
  • 01cef678a3 new lines highlighting format Alexey Makhov 2015-02-05 10:49:04 +0300
  • 02c5bade0f Merge pull request #892 from EtienneBruines/commit_reference 无闻 2015-02-04 23:21:20 -0500
  • f706102890 models: sanitize user full name when update settings Unknwon 2015-02-04 20:04:01 -0500
  • 7140f50637 public/ng/js: script fix on #901 Unknwon 2015-02-04 19:52:31 -0500
  • e0329c0eb5 Merge branch 'dev' of github.com:gogits/gogs into dev Unknwon 2015-02-04 19:14:13 -0500
  • 4dfffee9fb cmd: update csrf version requirement Unknwon 2015-02-04 19:14:09 -0500
  • 3e307e7862 Merge pull request #901 from makhov/fix-diff-view 无闻 2015-02-04 19:13:40 -0500
  • e91b28eb9b little fix Alexey Makhov 2015-02-04 22:06:40 +0300