]> source.dussan.org Git - gitea.git/log
gitea.git
8 years agoMerge pull request #2920 from l2dy/patch-1
Unknwon [Tue, 5 Apr 2016 17:36:58 +0000 (13:36 -0400)]
Merge pull request #2920 from l2dy/patch-1

Update ISC license

8 years ago#2916 fix sort' field missing on issue pagination link
Unknwon [Mon, 4 Apr 2016 23:48:10 +0000 (19:48 -0400)]
#2916 fix sort' field missing on issue pagination link

8 years agoapi/admin: add/remove organization team repository
Unknwon [Mon, 4 Apr 2016 23:41:34 +0000 (19:41 -0400)]
api/admin: add/remove organization team repository

8 years agoMerge pull request #2914 from psychomario/linenumoptimize
Unknwon [Mon, 4 Apr 2016 23:33:52 +0000 (19:33 -0400)]
Merge pull request #2914 from psychomario/linenumoptimize

Reduce line number creation to one DOM manipulation

8 years agoUpdate ISC license
l2dy [Sun, 3 Apr 2016 01:56:48 +0000 (01:56 +0000)]
Update ISC license

8 years agoreduce line number creation to one DOM manipulation
PsychoMario [Wed, 30 Mar 2016 19:28:40 +0000 (20:28 +0100)]
reduce line number creation to one DOM manipulation

8 years agoFix XORM IN condition table name parse
Unknwon [Sun, 27 Mar 2016 22:21:37 +0000 (18:21 -0400)]
Fix XORM IN condition table name parse

8 years agoMerge pull request #2894 from tboerger/feature/join-condition
Unknwon [Sun, 27 Mar 2016 22:07:52 +0000 (18:07 -0400)]
Merge pull request #2894 from tboerger/feature/join-condition

Followup fix for previous query fix

8 years agoFollowup fix for previous query fix
Thomas Boerger [Sun, 27 Mar 2016 22:05:49 +0000 (00:05 +0200)]
Followup fix for previous query fix

8 years agoMerge pull request #2893 from tboerger/feature/sql-security
Unknwon [Sun, 27 Mar 2016 21:40:28 +0000 (17:40 -0400)]
Merge pull request #2893 from tboerger/feature/sql-security

Try to make the SQL queries cleaner and more secure

8 years agoMade the issues query more secure and simpler
Thomas Boerger [Sun, 27 Mar 2016 21:26:45 +0000 (23:26 +0200)]
Made the issues query more secure and simpler

8 years agoTry to make the SQL queries cleaner and more secure
Thomas Boerger [Sun, 27 Mar 2016 20:54:31 +0000 (22:54 +0200)]
Try to make the SQL queries cleaner and more secure

8 years ago#2878 print error of JSON unmarshal and always returns a valid object
Unknwon [Sat, 26 Mar 2016 20:42:20 +0000 (16:42 -0400)]
#2878 print error of JSON unmarshal and always returns a valid object

8 years ago#2842 add quotes to attachment file name
Unknwon [Sat, 26 Mar 2016 02:11:58 +0000 (22:11 -0400)]
#2842 add quotes to attachment file name

8 years ago#1692 add admin APIs to add/remove a user from teams
Unknwon [Fri, 25 Mar 2016 22:04:02 +0000 (18:04 -0400)]
#1692 add admin APIs to add/remove a user from teams

8 years agoMerge pull request #2883 from nikkomiu/develop
Unknwon [Fri, 25 Mar 2016 21:09:21 +0000 (17:09 -0400)]
Merge pull request #2883 from nikkomiu/develop

Fixes #2842 Parses URL through EscapePound template function

8 years agoChanged EscapePound function with string replace function
Nikko Miu [Fri, 25 Mar 2016 01:48:52 +0000 (20:48 -0500)]
Changed EscapePound function with string replace function

8 years agoUpdate locales
Unknwon [Wed, 23 Mar 2016 19:56:56 +0000 (15:56 -0400)]
Update locales

8 years agoMerge pull request #2879 from dakira/develop
Unknwon [Wed, 23 Mar 2016 14:32:24 +0000 (10:32 -0400)]
Merge pull request #2879 from dakira/develop

use monospace font for wiki and issue textareas (fix #2869)

8 years agouse monospace font for wiki and issue textareas (fix #2869)
Matthias Niess [Wed, 23 Mar 2016 12:55:07 +0000 (13:55 +0100)]
use monospace font for wiki and issue textareas (fix #2869)

8 years agoHandle windows deletion when start
Unknwon [Wed, 23 Mar 2016 07:16:53 +0000 (03:16 -0400)]
Handle windows deletion when start

Fix #2872

8 years agoFix status code
Unknwon [Mon, 21 Mar 2016 16:57:04 +0000 (12:57 -0400)]
Fix status code

8 years agoChange list teams API to non-admin specific
Unknwon [Mon, 21 Mar 2016 16:53:04 +0000 (12:53 -0400)]
Change list teams API to non-admin specific

8 years ago#1692 api: admin list and create team under organization
Unknwon [Mon, 21 Mar 2016 16:47:54 +0000 (12:47 -0400)]
#1692 api: admin list and create team under organization

8 years agoAdd route for #2846
Unknwon [Mon, 21 Mar 2016 14:49:46 +0000 (10:49 -0400)]
Add route for #2846

8 years agoRemove code for checking ssh-keygen
Unknwon [Sun, 20 Mar 2016 00:31:23 +0000 (20:31 -0400)]
Remove code for checking ssh-keygen

8 years agoPrepare release
Unknwon [Sat, 19 Mar 2016 18:51:41 +0000 (14:51 -0400)]
Prepare release

8 years ago#2850 fix potential SSH commands dislocation
Unknwon [Fri, 18 Mar 2016 10:13:16 +0000 (06:13 -0400)]
#2850 fix potential SSH commands dislocation

When use builtin SSH server with concurrent operations, there are probabilities
One connection could use the command from another connections.

Fix this by set SSH_ORIGINAL_COMMAND for each command, not set in global scope.

8 years agoUpdate locales
Unknwon [Fri, 18 Mar 2016 08:03:13 +0000 (04:03 -0400)]
Update locales

8 years agoUpdate .gopmfile and fix #2848
Unknwon [Thu, 17 Mar 2016 18:29:45 +0000 (14:29 -0400)]
Update .gopmfile and fix #2848

8 years agoMerge pull request #2845 from moltam/feature/org-member-full-name-avatar
Unknwon [Wed, 16 Mar 2016 21:17:45 +0000 (17:17 -0400)]
Merge pull request #2845 from moltam/feature/org-member-full-name-avatar

Display org member's full name in link title.

8 years agoDisplay org member's full name in link title.
Tamás Molnár [Wed, 16 Mar 2016 21:04:19 +0000 (22:04 +0100)]
Display org member's full name in link title.

8 years ago#2814 LOWER() column value within search
Unknwon [Wed, 16 Mar 2016 20:55:19 +0000 (16:55 -0400)]
#2814 LOWER() column value within search

8 years agoImprove repository lable style
Unknwon [Tue, 15 Mar 2016 23:52:40 +0000 (19:52 -0400)]
Improve repository lable style

- add border-radius to filter list items
- use color as background of label for issue/pull view page

8 years agoMerge pull request #2831 from odinuge/user-search-name
Unknwon [Tue, 15 Mar 2016 23:39:12 +0000 (19:39 -0400)]
Merge pull request #2831 from odinuge/user-search-name

Make user search look in username, name and email

8 years agoMerge pull request #2829 from odinuge/htmlmeta
Unknwon [Tue, 15 Mar 2016 21:54:44 +0000 (17:54 -0400)]
Merge pull request #2829 from odinuge/htmlmeta

Set description meta tag correctly

8 years agoMerge pull request #2836 from odinuge/markdown-links-rebase
Unknwon [Tue, 15 Mar 2016 21:43:33 +0000 (17:43 -0400)]
Merge pull request #2836 from odinuge/markdown-links-rebase

Fix relative links in markdown files

8 years agoFix indent
Odin Ugedal [Tue, 15 Mar 2016 21:35:59 +0000 (22:35 +0100)]
Fix indent

8 years agoMake separate string variables for space
Odin Ugedal [Tue, 15 Mar 2016 20:28:55 +0000 (21:28 +0100)]
Make separate string variables for space

8 years agoFix relative links in markdown files
Odin Ugedal [Tue, 15 Mar 2016 19:06:45 +0000 (20:06 +0100)]
Fix relative links in markdown files

Replace spaces with "%20" in "urlPrefix", before markdon processing.
The spaces were causing blackfriday (markdown processor) to behave
strange. This fixes #2545.

8 years agoMake description meta tag golang 1.4 compatible
Odin Ugedal [Tue, 15 Mar 2016 18:57:19 +0000 (19:57 +0100)]
Make description meta tag golang 1.4 compatible

8 years agoRemove email from user search
Odin Ugedal [Tue, 15 Mar 2016 18:44:58 +0000 (19:44 +0100)]
Remove email from user search

8 years agoMerge pull request #2832 from dankm/build-flags
Unknwon [Tue, 15 Mar 2016 18:42:15 +0000 (14:42 -0400)]
Merge pull request #2832 from dankm/build-flags

Make go's build flags a variable

8 years agoMerge pull request #2830 from odinuge/branchname-compare
Unknwon [Tue, 15 Mar 2016 18:36:58 +0000 (14:36 -0400)]
Merge pull request #2830 from odinuge/branchname-compare

Fix problems with '#' in branchname

8 years ago#13 fix admin can't search private repos
Unknwon [Tue, 15 Mar 2016 18:23:12 +0000 (14:23 -0400)]
#13 fix admin can't search private repos

- update glide info

8 years agoMake go's build flags a variable
Dan McGregor [Tue, 15 Mar 2016 13:53:14 +0000 (07:53 -0600)]
Make go's build flags a variable

This allows the user to specify build flags from the make command
line. For example to force a complete rebuild one could use:

make BUILD_FLAGS='-v -a' TAGS="sqlite"

8 years agoMake user search look in username, name and email
Odin Ugedal [Tue, 15 Mar 2016 13:16:58 +0000 (14:16 +0100)]
Make user search look in username, name and email

Make user search function look in username (lower_name), full name
(full_name) and primary email (email). This will benefit searching after
user in "explore", admin panel and when adding new collaborators.

8 years agoAdd prorper escaping of url in issue form
Odin Ugedal [Tue, 15 Mar 2016 10:56:49 +0000 (11:56 +0100)]
Add prorper escaping of url in issue form

8 years agoFix problems with '#' in branchname
Odin Ugedal [Tue, 15 Mar 2016 10:31:35 +0000 (11:31 +0100)]
Fix problems with '#' in branchname

Add proper escaping of '#' in branchname in compare when doing pull
requests. This addresses issue #2822.

8 years agoSet description meta tag correctly
Odin Ugedal [Tue, 15 Mar 2016 09:17:23 +0000 (10:17 +0100)]
Set description meta tag correctly

Set the description meta tag correctly when there is no repo
description. Also use the  ability to trim trailing whitespaces,
to make the template cleaner.

8 years agoMerge pull request #2824 from odinuge/repo-metadata
Unknwon [Mon, 14 Mar 2016 20:47:23 +0000 (16:47 -0400)]
Merge pull request #2824 from odinuge/repo-metadata

Set HTML meta values corresponding to repository

8 years agoGenerate bindata for #2823
Unknwon [Mon, 14 Mar 2016 20:46:36 +0000 (16:46 -0400)]
Generate bindata for #2823

8 years agoMerge pull request #2823 from zacheryph/feature/local-only-password-reset
Unknwon [Mon, 14 Mar 2016 20:44:05 +0000 (16:44 -0400)]
Merge pull request #2823 from zacheryph/feature/local-only-password-reset

Prevent `Forgot Password` for non local users

8 years agoSet HTML meta values corresponding to repository
Odin Ugedal [Mon, 14 Mar 2016 16:08:51 +0000 (17:08 +0100)]
Set HTML meta values corresponding to repository

Use the authors name, and the description of the repo in HTML meta.
Pages without repository context will display as before.

8 years agoensure we don’t try changing LDAP passswords
Zachery Hostens [Mon, 14 Mar 2016 14:40:16 +0000 (09:40 -0500)]
ensure we don’t try changing LDAP passswords

8 years ago#1692 add CRUD issue APIs
Unknwon [Mon, 14 Mar 2016 03:20:22 +0000 (23:20 -0400)]
#1692 add CRUD issue APIs

- Fix go-gogs-client#10
- Related to #809

8 years agoConvert all API handers to use *context.APIContext
Unknwon [Sun, 13 Mar 2016 22:49:16 +0000 (18:49 -0400)]
Convert all API handers to use *context.APIContext

8 years agoAdd APIContext
Unknwon [Sun, 13 Mar 2016 21:37:44 +0000 (17:37 -0400)]
Add APIContext

8 years ago#1891 attempt to fix invalid csrf token
Unknwon [Sun, 13 Mar 2016 01:56:03 +0000 (20:56 -0500)]
#1891 attempt to fix invalid csrf token

8 years agoUpdate glide.lock
Unknwon [Sat, 12 Mar 2016 19:44:28 +0000 (14:44 -0500)]
Update glide.lock

8 years agoMerge pull request #2796 from saboya/custom_app_data_path
Unknwon [Sat, 12 Mar 2016 18:53:37 +0000 (13:53 -0500)]
Merge pull request #2796 from saboya/custom_app_data_path

Making AppDataPath customizable.

8 years ago#1286 #2098 Alpha support for custom templates
Unknwon [Sat, 12 Mar 2016 18:48:34 +0000 (13:48 -0500)]
#1286 #2098 Alpha support for custom templates

No guarantee for compatibility with future changes

8 years agoGenerate css for #2816
Unknwon [Fri, 11 Mar 2016 23:59:26 +0000 (18:59 -0500)]
Generate css for #2816

8 years agoMerge pull request #2816 from MATTENN/custom_gogs_branch
Unknwon [Fri, 11 Mar 2016 23:58:45 +0000 (18:58 -0500)]
Merge pull request #2816 from MATTENN/custom_gogs_branch

Add Japanese Fonts

8 years agoAdd Japanese Fonts
MATTENN [Fri, 11 Mar 2016 23:49:24 +0000 (08:49 +0900)]
Add Japanese Fonts

By adding a Japanese font in the less file, easier to see the display in
Japanese.

8 years agoMinor fixes for #2761
Unknwon [Fri, 11 Mar 2016 22:57:44 +0000 (17:57 -0500)]
Minor fixes for #2761

8 years agoMerge pull request #2761 from soudy/grey-out-merge-commit
Unknwon [Fri, 11 Mar 2016 22:51:17 +0000 (17:51 -0500)]
Merge pull request #2761 from soudy/grey-out-merge-commit

Grey out merge commits

8 years agoMerge pull request #2815 from allonsy/develop
Unknwon [Fri, 11 Mar 2016 22:49:13 +0000 (17:49 -0500)]
Merge pull request #2815 from allonsy/develop

remove errant debug statement

8 years agoremove errant debug statement
Alec S [Fri, 11 Mar 2016 22:44:09 +0000 (16:44 -0600)]
remove errant debug statement

8 years agofix #2804
Unknwon [Fri, 11 Mar 2016 22:12:37 +0000 (17:12 -0500)]
fix #2804

8 years ago#13 fix postgres aggregate
Unknwon [Fri, 11 Mar 2016 21:11:33 +0000 (16:11 -0500)]
#13 fix postgres aggregate

8 years agoUpdate locales
Unknwon [Fri, 11 Mar 2016 20:47:49 +0000 (15:47 -0500)]
Update locales

8 years ago#13 finish user and repository search
Unknwon [Fri, 11 Mar 2016 20:33:12 +0000 (15:33 -0500)]
#13 finish user and repository search

Both are possible on explore and admin panel

8 years agoUse glide
Unknwon [Fri, 11 Mar 2016 17:18:27 +0000 (12:18 -0500)]
Use glide

8 years agoRename module: middleware -> context
Unknwon [Fri, 11 Mar 2016 16:56:52 +0000 (11:56 -0500)]
Rename module: middleware -> context

8 years agoMerge pull request #2810 from maxlazio/fix_updated_and_created
Unknwon [Fri, 11 Mar 2016 15:15:55 +0000 (10:15 -0500)]
Merge pull request #2810 from maxlazio/fix_updated_and_created

Update uses of updated and created

8 years agoUpdated and created were appended with _unix. Fresh databases have only the newly...
Marin Jankovski [Fri, 11 Mar 2016 11:43:35 +0000 (12:43 +0100)]
Updated and created were appended with _unix. Fresh databases have only the newly named fields.

8 years agoFix ref comment from commit create empty feed
Unknwon [Fri, 11 Mar 2016 10:11:58 +0000 (05:11 -0500)]
Fix ref comment from commit create empty feed

8 years agoMerge pull request #2803 from Rukenshia/develop
Unknwon [Thu, 10 Mar 2016 21:17:40 +0000 (16:17 -0500)]
Merge pull request #2803 from Rukenshia/develop

Using HTML Description of repositories in the 'Explore' view. Fixes #…

8 years agoUsing HTML Description of repositories in the 'Explore' view. Fixes #2800
Jan Christophersen [Thu, 10 Mar 2016 20:30:28 +0000 (21:30 +0100)]
Using HTML Description of repositories in the 'Explore' view. Fixes #2800

8 years agoMerge pull request #2802 from allonsy/develop
Unknwon [Thu, 10 Mar 2016 18:52:33 +0000 (13:52 -0500)]
Merge pull request #2802 from allonsy/develop

readd 'dashboard' to title

8 years agoreadd 'dashboard' to title
Alec S [Thu, 10 Mar 2016 18:10:03 +0000 (12:10 -0600)]
readd 'dashboard' to title

8 years agoMerge pull request #2797 from allonsy/develop
Unknwon [Thu, 10 Mar 2016 13:37:11 +0000 (08:37 -0500)]
Merge pull request #2797 from allonsy/develop

Create custom dashboard title

8 years agoMerge branch 'develop' of github.com:gogits/gogs into develop
Alec S [Thu, 10 Mar 2016 04:56:52 +0000 (22:56 -0600)]
Merge branch 'develop' of github.com:gogits/gogs into develop

8 years agofix indentation
Alec S [Thu, 10 Mar 2016 04:56:03 +0000 (22:56 -0600)]
fix indentation

8 years agoMerge pull request #2785 from Rukenshia/develop
Unknwon [Thu, 10 Mar 2016 04:20:08 +0000 (23:20 -0500)]
Merge pull request #2785 from Rukenshia/develop

Allowing site admins to view private repositories in org/home

8 years ago#2727 fix incompatible SQL in PostgreSQL
Unknwon [Thu, 10 Mar 2016 04:18:39 +0000 (23:18 -0500)]
#2727 fix incompatible SQL in PostgreSQL

8 years agoRemove dashboard keyword from title
Alec S [Thu, 10 Mar 2016 03:01:43 +0000 (21:01 -0600)]
Remove dashboard keyword from title

8 years agochange page titles for user and org dashes
Alec S [Thu, 10 Mar 2016 02:46:36 +0000 (20:46 -0600)]
change page titles for user and org dashes

8 years agoAdding APP_DATA_PATH entry to the default app.ini.
Rodrigo Saboya [Thu, 10 Mar 2016 02:16:43 +0000 (23:16 -0300)]
Adding APP_DATA_PATH entry to the default app.ini.

8 years agoMaking AppDataPath customizable.
Rodrigo Saboya [Thu, 10 Mar 2016 01:53:42 +0000 (22:53 -0300)]
Making AppDataPath customizable.

8 years ago#2302 Replace time.Time with Unix Timestamp (int64)
Unknwon [Thu, 10 Mar 2016 00:53:30 +0000 (19:53 -0500)]
#2302 Replace time.Time with Unix Timestamp (int64)

8 years agoAllowing site admins to view private repositories in org/home
Jan Christophersen [Tue, 8 Mar 2016 17:20:00 +0000 (18:20 +0100)]
Allowing site admins to view private repositories in org/home

8 years agoUpdate frontend resources
Unknwon [Mon, 7 Mar 2016 05:11:12 +0000 (00:11 -0500)]
Update frontend resources

8 years agoFix pull request availability check
Unknwon [Mon, 7 Mar 2016 04:57:46 +0000 (23:57 -0500)]
Fix pull request availability check

8 years agoPrepare release
Unknwon [Mon, 7 Mar 2016 00:55:38 +0000 (19:55 -0500)]
Prepare release

8 years agoSome minor changes
Unknwon [Sun, 6 Mar 2016 21:40:04 +0000 (16:40 -0500)]
Some minor changes

8 years agoMinor fix for #2772
Unknwon [Sun, 6 Mar 2016 20:37:49 +0000 (15:37 -0500)]
Minor fix for #2772

8 years agoMerge pull request #2772 from OhDaeto/master
Unknwon [Sun, 6 Mar 2016 20:36:40 +0000 (15:36 -0500)]
Merge pull request #2772 from OhDaeto/master

Add ru-RU to home template

8 years agoMerge pull request #1 from xDShot/patch-1
OhDaeto [Sun, 6 Mar 2016 20:02:55 +0000 (23:02 +0300)]
Merge pull request #1 from xDShot/patch-1

Small correction