Alexandre Butynski
cd3888a453
Use the good input type in the login form
...
This is in order to display the good keyboard in all devices
2014-04-11 23:00:30 +02:00
Alex Suraci
055ed199a1
use query parameter for commit branch
2014-04-06 15:03:51 -07:00
Alex Suraci
10c3c8108e
Revert "Revert "query and show commits by branch""
...
This reverts commit 7d52a4c4df
.
2014-04-06 13:54:09 -07:00
Brad Rydzewski
0c9a765956
Merge pull request #237 from fudanchii/gitlab
...
Gitlab integration support
2014-04-04 18:05:24 -07:00
Matt Martz
19ba3e2277
Provide checkbox to override private setting on repo
2014-04-02 19:36:35 -05:00
Nurahmadie
0d44a20c63
Fix gitlab account re-link
2014-03-31 06:53:47 +00:00
Nurahmadie
15770e6237
Add gitlab options add admin page.
2014-03-29 11:51:02 +00:00
Nurahmadie
ea4917e278
Fix Bitbucket merging conflict
2014-03-29 06:49:44 +00:00
Nurahmadie
43c0a54718
Initial Gitlab Support
2014-03-29 06:37:50 +00:00
Ali Sabil
8f4f747c86
Add Bitbucket integration
2014-03-28 19:40:26 +01:00
Alex Suraci
e0c9617dc7
add admin checkbox for setting a repo privileged
2014-03-19 10:53:52 -07:00
Brad Rydzewski
7d52a4c4df
Revert "query and show commits by branch"
...
This reverts commit 2d837cc3db
.
2014-03-16 23:08:53 -07:00
Brad Rydzewski
5c848d647a
Merge pull request #179 from arturhoo/feature/svg-badges
...
Use SVG badges instead of PNG
2014-03-16 22:33:53 -07:00
Alex Suraci
2d837cc3db
query and show commits by branch
...
This allows the same SHA to have different builds on different branches, each
separately viewable. This is useful for expressing a "pipeline" in terms of
branches, e.g. a commit starts on branch A and progress through B and C to
master, with the build script switching on branch name.
Previously viewing each build would arbitrarily choose which branch's commit
to show.
2014-03-14 12:13:34 -07:00
Artur Rodrigues
3546a2a00d
Use SVG icons in badges template
2014-03-11 16:01:42 -03:00
Benjamin Manns
baf468973f
Format go code.
2014-03-06 10:45:21 -08:00
Kir Shatrov
5bf726d4d4
Autofocus on email field in login
2014-03-06 16:35:57 +04:00
Vsevolod Strukchinsky
0c9dafc5c9
Remove unnecessary appending identicon in template
2014-03-05 16:25:27 +06:00
Brad
cecef21d4f
fixed merge issue with template.go and duplicate fmt
import
2014-03-04 10:50:53 -08:00
Brad Rydzewski
791f7b0652
Merge pull request #153 from movableink/js-in-external-files
...
JS in external files
2014-03-04 10:27:40 -08:00
Red Daly
dbbbe325c3
Improve error messages in template parsing init().
2014-03-04 04:47:47 -08:00
Michael Nutt
f468203e23
add jasmine specs for javascript
2014-03-02 02:08:30 -05:00
Michael Nutt
b2965bf432
extract commit update js into a separate file
2014-03-02 00:43:20 -05:00
Michael Nutt
6e92e73a98
logline output buffers rather than updating on every ws message
...
In builds with lots of output, trying to reload the page partway
through the build results in thousands of websocket messages (one
per line) that each update the DOM. This can cause the browser to
freeze. Instead, use requestAnimation frame to delay the DOM
updates.
2014-03-01 19:51:14 -05:00
Martin Bruse
bc2043d4cf
instead of doing magic on scroll events, move the button to the bottom of the stdout pre.
2014-02-27 12:04:51 +00:00
Martin Bruse
0c9a9f6d63
added a button to turn auto tail on/off
2014-02-27 10:28:24 +00:00
Brad Rydzewski
21d1bcc551
fixed typo in admin template causing issue #108
2014-02-26 15:24:18 -07:00
Brad Rydzewski
987e53eb39
ability to view public repos without authentication
2014-02-25 17:13:59 -07:00
Shaun Duncan
bf999a82b0
Fix form for full width of column
2014-02-20 20:55:56 -05:00
Brad Rydzewski
85e60e4ee2
Merge pull request #75 from floatdrop/github-enterprise-support
...
GitHub Enterprise Support
2014-02-17 21:38:28 -08:00
Brad Rydzewski
ed33bf7fbe
fixed broken link on repo dashboard page to refresh page
2014-02-17 20:33:58 -07:00
Brad Rydzewski
cda6cef5ec
fixed template issue with install screen, not using correct base
2014-02-17 12:40:03 -07:00
Colin Gemmell
5d9d367b78
Add form tag to make install work.
...
There seems to be no javascript to post this form and no form tag to make the form work so added one
2014-02-16 17:40:23 +00:00
Vsevolod Strukchinsky
87cc740e8a
Fixed identation
2014-02-16 11:45:15 +06:00
Vsevolod Strukchinsky
833563763c
Added settings to github_add page (fix redirect)
2014-02-16 11:45:15 +06:00
Vsevolod Strukchinsky
7208d95a76
Added GitHubApiUrl and GitHubDomain to settings and template
2014-02-16 11:45:14 +06:00
Brad Rydzewski
423abdf17d
Merge pull request #33 from phusion/master
...
Fix HTML closing errors
2014-02-15 18:14:32 -08:00
Brad Rydzewski
4b412d3a26
added code to prevent panic if /login is reached but no settings exist
...
minor styling. added success and fail message to top of /signup screen
modified open_registration to boolean value in database
2014-02-15 18:56:48 -07:00
Vsevolod Strukchinsky
460ec90049
Fixup behavior on uninstalled state
2014-02-15 18:17:29 +06:00
Vsevolod Strukchinsky
0bd8ef28dd
Fixup signup and settings template
2014-02-14 10:53:22 +06:00
Vsevolod Strukchinsky
6937b7b21e
Open invitation setting
...
Closes #64
2014-02-14 10:53:22 +06:00
Brad Rydzewski
f88171d433
branch is using url param on all pages now, until we get wildcard routing
2014-02-13 15:43:40 -07:00
Brad Rydzewski
901d48ee82
Merge remote-tracking branch 'origin/master'
2014-02-12 12:23:19 -07:00
Brad Rydzewski
28fda64326
workaround for #51
2014-02-12 12:22:56 -07:00
yosssi
08fdbc8c56
Fixed the overflow of the url when adding an admin user or a team
...
member.
2014-02-12 10:48:37 +09:00
Nurahmadie
8773f077e8
Typo on report title.
2014-02-10 15:21:22 +00:00
Hongli Lai (Phusion)
7806a23b6f
Fix HTML closing errors
2014-02-10 11:21:31 +01:00
Scott Ferguson
d262ffa1ab
Show an inline error if the wrong password is given when deleting a repo
2014-02-09 20:09:42 -06:00
Brad Rydzewski
c1cb6e3179
Merge remote-tracking branch 'origin/master'
2014-02-08 19:51:30 -07:00
Brad Rydzewski
dd2929cc3d
semi-correctly display xterm control sequences
2014-02-08 19:51:13 -07:00