4a6016f5af 
								
							 
						 
						
							
							
								
								fix   #2087  
							
							
							
						 
						
							2015-12-03 01:03:06 -05:00  
				
					
						
							
							
								 
						
							
								cc8f5add6e 
								
							 
						 
						
							
							
								
								fix   #976  
							
							
							
						 
						
							2015-12-03 00:24:37 -05:00  
				
					
						
							
							
								 
						
							
								ec2423ad7c 
								
							 
						 
						
							
							
								
								more UI minor fixes  
							
							
							
						 
						
							2015-12-02 20:56:26 -05:00  
				
					
						
							
							
								 
						
							
								c4bab163cb 
								
							 
						 
						
							
							
								
								Merge pull request  #2088  from nanoant/patch/further-layout-fixes  
							
							... 
							
							
							
							Further layout fixes 
							
						 
						
							2015-12-02 20:26:48 -05:00  
				
					
						
							
							
								 
						
							
								0068b8106b 
								
							 
						 
						
							
							
								
								CSS: Octicons 16px fix outside of _octicons.less  
							
							... 
							
							
							
							Otherwise the fix will be overwritten by next _octicons.less update.
This is follow-up for 22b0dfbb35 
							
						 
						
							2015-12-03 02:18:38 +01:00  
				
					
						
							
							
								 
						
							
								2580e7b57e 
								
							 
						 
						
							
							
								
								UI: Always show menu on repo pages  
							
							... 
							
							
							
							Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use
middleware.RepoRef() necessary to display information on this menu. 
							
						 
						
							2015-12-03 02:16:18 +01:00  
				
					
						
							
							
								 
						
							
								3d3498bda1 
								
							 
						 
						
							
							
								
								clean test data  
							
							
							
						 
						
							2015-12-02 20:10:47 -05:00  
				
					
						
							
							
								 
						
							
								29375059e1 
								
							 
						 
						
							
							
								
								minor CSS fix  
							
							
							
						 
						
							2015-12-02 20:10:00 -05:00  
				
					
						
							
							
								 
						
							
								85449b2f11 
								
							 
						 
						
							
							
								
								minor CSS fix for  #2068  
							
							
							
						 
						
							2015-12-02 19:53:39 -05:00  
				
					
						
							
							
								 
						
							
								b83cb36049 
								
							 
						 
						
							
							
								
								minor fix for  #2086  
							
							
							
						 
						
							2015-12-02 19:45:43 -05:00  
				
					
						
							
							
								 
						
							
								73d9eebf01 
								
							 
						 
						
							
							
								
								Merge pull request  #2068  from nanoant/patch/repo-file-list-layout  
							
							... 
							
							
							
							Repo file list layout & misc fixes 
							
						 
						
							2015-12-02 19:44:16 -05:00  
				
					
						
							
							
								 
						
							
								b73241ceb1 
								
							 
						 
						
							
							
								
								UI: Display last-commit header without 2nd column  
							
							... 
							
							
							
							This uses a CSS trick making first th to be relative block with width equal to
first two columns, effectively working around inability to use colspan="2" on
first row that was breaking "fixed-layout" for tables.
Also use grey header for last-commit SHA1 tag. 
							
						 
						
							2015-12-03 01:15:40 +01:00  
				
					
						
							
							
								 
						
							
								e350d74c8a 
								
							 
						 
						
							
							
								
								fix   #2085  
							
							
							
						 
						
							2015-12-02 18:58:13 -05:00  
				
					
						
							
							
								 
						
							
								149e540322 
								
							 
						 
						
							
							
								
								Merge pull request  #2086  from nanoant/patch/translation-add-code-entry  
							
							... 
							
							
							
							Translation: Add missing entry for new "code" tab 
							
						 
						
							2015-12-02 18:53:38 -05:00  
				
					
						
							
							
								 
						
							
								314664892c 
								
							 
						 
						
							
							
								
								UI: Keep repo URL action right of ref combo & path  
							
							... 
							
							
							
							Just use secondary menu instead custom ".head.meta", which simplifies code.
Also do not display repo URL action when we are in subdirectory or viewing a
file. 
							
						 
						
							2015-12-02 23:48:36 +01:00  
				
					
						
							
							
								 
						
							
								a9a386a1e5 
								
							 
						 
						
							
							
								
								Translation: Add missing entry for new "code" tab  
							
							... 
							
							
							
							We have new tab, but we had no entry. That's why it was showing "code"
(lowercase) as this is text id, where we were expecting properly title cased
"Code" to be shown in English version.
Also add Polish translation "code=Kod". 
							
						 
						
							2015-12-02 23:00:23 +01:00  
				
					
						
							
							
								 
						
							
								3eae4ecde7 
								
							 
						 
						
							
							
								
								UI: Make repository menu divide header and content  
							
							... 
							
							
							
							This is more inline with way GitHub looks like and feels much more natural and
in style with rest of the interface. 
							
						 
						
							2015-12-02 22:40:22 +01:00  
				
					
						
							
							
								 
						
							
								ec98deeb8c 
								
							 
						 
						
							
							
								
								UI: Keep repository settings menu button right  
							
							
							
						 
						
							2015-12-02 22:06:50 +01:00  
				
					
						
							
							
								 
						
							
								61fdd8c571 
								
							 
						 
						
							
							
								
								Commits & files UI: SUI fixed single line table  
							
							... 
							
							
							
							Instead using own ellipsis, uses Semantic UI fixed single line table which
effectively applies ellipsis to all overflowing table cells.
NOTE: File list cannot use colspan="2" for 1st "Last commit" elements,
otherwise layout breaks with fixed table. 
							
						 
						
							2015-12-02 21:57:39 +01:00  
				
					
						
							
							
								 
						
							
								4813665d0a 
								
							 
						 
						
							
							
								
								CSS: Reduce .sha.label font size to 13px  
							
							
							
						 
						
							2015-12-02 21:43:30 +01:00  
				
					
						
							
							
								 
						
							
								640dce12a8 
								
							 
						 
						
							
							
								
								CSS: .repository .sha.label -> .ui .sha.label  
							
							... 
							
							
							
							This is because SHA1 label is used in many other places, not only inside
.repository container. 
							
						 
						
							2015-12-02 21:42:31 +01:00  
				
					
						
							
							
								 
						
							
								99b958db43 
								
							 
						 
						
							
							
								
								UI: Mark top menu icons blue only when non-zero  
							
							
							
						 
						
							2015-12-02 21:38:52 +01:00  
				
					
						
							
							
								 
						
							
								22b0dfbb35 
								
							 
						 
						
							
							
								
								CSS: Ensure Octicons are used with 16px font size  
							
							... 
							
							
							
							Semantic UI .icon 1em font-size has priority over .octicon 16px, resulting
octicons rendered at 14px font-size, which is not okay since Octicons are meant
to be shown sizes that are multiples of 16px. 
							
						 
						
							2015-12-02 21:33:32 +01:00  
				
					
						
							
							
								 
						
							
								4a64ae4abf 
								
							 
						 
						
							
							
								
								fix   #2083  
							
							
							
						 
						
							2015-12-02 13:47:22 -05:00  
				
					
						
							
							
								 
						
							
								926e91820a 
								
							 
						 
						
							
							
								
								#2071  Diff is not showing full content when has super long one line  
							
							
							
						 
						
							2015-12-02 01:10:13 -05:00  
				
					
						
							
							
								 
						
							
								91ae2ad28b 
								
							 
						 
						
							
							
								
								Merge pull request  #2081  from angus-g/en-trans  
							
							... 
							
							
							
							Update English translations 
							
						 
						
							2015-12-01 23:46:05 -05:00  
				
					
						
							
							
								 
						
							
								db30ea03d8 
								
							 
						 
						
							
							
								
								Fix casing in English translation  
							
							
							
						 
						
							2015-12-02 15:43:56 +11:00  
				
					
						
							
							
								 
						
							
								0be8b1b1a1 
								
							 
						 
						
							
							
								
								#2052  Ability to batch delete system notices  
							
							
							
						 
						
							2015-12-01 23:33:08 -05:00  
				
					
						
							
							
								 
						
							
								d45302a6ba 
								
							 
						 
						
							
							
								
								Update English translations  
							
							... 
							
							
							
							Just some phrasing changes to make the English translations sound more natural. 
							
						 
						
							2015-12-02 15:27:08 +11:00  
				
					
						
							
							
								 
						
							
								834d38a8fb 
								
							 
						 
						
							
							
								
								#2045  add short version as fallback to Slack payload  
							
							
							
						 
						
							2015-12-01 21:16:19 -05:00  
				
					
						
							
							
								 
						
							
								5572884c6b 
								
							 
						 
						
							
							
								
								fix   #2057  
							
							
							
						 
						
							2015-12-01 20:51:31 -05:00  
				
					
						
							
							
								 
						
							
								3460ec1039 
								
							 
						 
						
							
							
								
								update REMADE and locale  
							
							
							
						 
						
							2015-12-01 19:53:19 -05:00  
				
					
						
							
							
								 
						
							
								53bf23d965 
								
							 
						 
						
							
							
								
								Merge pull request  #2079  from nanoant/patch/ldap-custom-username-attr  
							
							... 
							
							
							
							LDAP: Optional user name attribute specification 
							
						 
						
							2015-12-01 18:23:12 -05:00  
				
					
						
							
							
								 
						
							
								573305f3d3 
								
							 
						 
						
							
							
								
								LDAP: Optional user name attribute specification  
							
							... 
							
							
							
							Consider following LDAP search query example:
    (&(objectClass=Person)(|(uid=%s)(mail=%s)))
Right now on first login attempt Gogs will use the text supplied on login form
as the newly created user name. In example query above the text matches against
both e-mail or user name. So if user puts the e-mail then the new Gogs user
name will be e-mail which may be undesired.
Using optional user name attribute setting we can explicitly say we want Gogs
user name to be certain LDAP attribute eg. `uid`, so even user will use e-mail
to login 1st time, the new account will receive correct user name. 
							
						 
						
							2015-12-02 00:20:14 +01:00  
				
					
						
							
							
								 
						
							
								7ccce4d110 
								
							 
						 
						
							
							
								
								Merge pull request  #2078  from nanoant/patch/makefile-improvements  
							
							... 
							
							
							
							Makefile improvements 
							
						 
						
							2015-12-01 17:26:25 -05:00  
				
					
						
							
							
								 
						
							
								9ed60d96a9 
								
							 
						 
						
							
							
								
								fix API  
							
							
							
						 
						
							2015-12-01 16:33:45 -05:00  
				
					
						
							
							
								 
						
							
								b6d2b96259 
								
							 
						 
						
							
							
								
								Merge pull request  #2076  from Gibheer/new_mirror  
							
							... 
							
							
							
							add new mirror button to dashboard 
							
						 
						
							2015-12-01 16:33:00 -05:00  
				
					
						
							
							
								 
						
							
								e5fe367b82 
								
							 
						 
						
							
							
								
								scripts: Remove less.sh superseded by Makefile  
							
							... 
							
							
							
							We no longer need to manually build CSS files as Makefile keeps track of it. 
							
						 
						
							2015-12-01 22:28:21 +01:00  
				
					
						
							
							
								 
						
							
								19e8ce0354 
								
							 
						 
						
							
							
								
								Makefile: Remove trailing whitespace & add last LF  
							
							... 
							
							
							
							This is pure cleanup commit. 
							
						 
						
							2015-12-01 22:20:21 +01:00  
				
					
						
							
							
								 
						
							
								f907a5c98b 
								
							 
						 
						
							
							
								
								Makefile: Auto-build CSS & bin-data when necessary  
							
							... 
							
							
							
							This will ensure that running `make` we will get all necessary files built and
we do not need manually remember to rebuild them. 
							
						 
						
							2015-12-01 22:18:30 +01:00  
				
					
						
							
							
								 
						
							
								da607c611d 
								
							 
						 
						
							
							
								
								Makefile: Copy installed binary instead 2nd build  
							
							... 
							
							
							
							This speeds up single build/rebuild rather than install & build which compiles
everything twice, we just copy installed binary back to the project root. 
							
						 
						
							2015-12-01 22:16:00 +01:00  
				
					
						
							
							
								 
						
							
								3d54f6c0a4 
								
							 
						 
						
							
							
								
								add new mirror button to dashboard  
							
							... 
							
							
							
							This adds the button to create a new mirror on the dashboard at the same
place where "new repository" and "new organization" already exist. 
							
						 
						
							2015-12-01 21:10:36 +01:00  
				
					
						
							
							
								 
						
							
								2093586241 
								
							 
						 
						
							
							
								
								Merge pull request  #2016  from raxetul/develop  
							
							... 
							
							
							
							Dockerfile for RaspberryPi is added. 
							
						 
						
							2015-12-01 14:46:03 -05:00  
				
					
						
							
							
								 
						
							
								117afe7620 
								
							 
						 
						
							
							
								
								Merge pull request  #2069  from nanoant/patch/admin-see-all-organizations  
							
							... 
							
							
							
							Admin should be able to see all organizations 
							
						 
						
							2015-11-30 21:18:33 -05:00  
				
					
						
							
							
								 
						
							
								d3a5ff7b6b 
								
							 
						 
						
							
							
								
								fix   #2042  
							
							
							
						 
						
							2015-11-30 20:50:40 -05:00  
				
					
						
							
							
								 
						
							
								dcb391d341 
								
							 
						 
						
							
							
								
								Merge branch 'feature/wiki' into develop  
							
							
							
						 
						
							2015-11-30 20:46:19 -05:00  
				
					
						
							
							
								 
						
							
								830d000667 
								
							 
						 
						
							
							
								
								finish wiki  
							
							
							
						 
						
							2015-11-30 20:45:55 -05:00  
				
					
						
							
							
								 
						
							
								5a14c3cf98 
								
							 
						 
						
							
							
								
								Merge pull request  #2053  from kakwa/develop  
							
							... 
							
							
							
							various fixes in gogs dump command 
							
						 
						
							2015-11-30 16:18:18 -05:00  
				
					
						
							
							
								 
						
							
								e57b2dffa4 
								
							 
						 
						
							
							
								
								Admin should be able to see all organizations  
							
							... 
							
							
							
							This is follow-up for 56c66ee486 
							
						 
						
							2015-11-30 21:46:01 +01:00  
				
					
						
							
							
								 
						
							
								ca96e04e5f 
								
							 
						 
						
							
							
								
								#1681  carry --config flag for builtin SSH  
							
							
							
						 
						
							2015-11-30 15:40:05 -05:00