Commit graph

134 commits

Author SHA1 Message Date
Dan Cryer
0afc28cb69 Fixes 2014-12-22 16:18:33 +00:00
Stephen Ball
f78b6ae9f9 Cleanup of the disabled login mode.
Hides user menu, the navigation user panel, etc.

Closes #718
2014-12-22 16:12:51 +00:00
Dan Cryer
72581aa01e Merge fixes 2014-12-18 10:45:21 +00:00
Dan Cryer
d52e64d7f3 Merge fixes 2014-12-18 10:16:31 +00:00
Alex Davyskiba
67b2348a7a Fix word wrapping on public key.
Closes #703
2014-12-18 09:34:42 +00:00
Dan Cryer
c230d1c347 Allow admins to change the default language for their installation. 2014-12-11 16:32:42 +00:00
Dan Cryer
bfcbeabb62 Adding UTF-8 charset to login page. 2014-12-10 14:04:16 +00:00
Marc Aschmann
effd6909aa reimplemented disable user 2014-12-07 17:51:00 +01:00
Marc Aschmann
2df2ca5cb5 merged current upstream/master 2014-12-07 17:50:19 +01:00
Dan Cryer
5e7301d662 Switching to using moment.js for times in JS, rather than a custom solution. Fixes #688 2014-12-07 11:51:41 +00:00
Dan Cryer
b593707ef4 Making JSON_UNESCAPED_UNICODE change apply to 5.4+, whilst still supporting 5.3. 2014-12-07 11:12:56 +00:00
Nikolay Kirsh
50ed5b7e07 fix unicode strings in json 2014-12-07 11:11:32 +00:00
corpsee
e11f8744ac Fixed wrong text for add plugin action 2014-12-07 11:07:07 +00:00
Dan Cryer
bfca6bc27a Plugins 2014-12-04 14:40:28 +00:00
Dan Cryer
5f3b1c0c53 Users and Settings 2014-12-04 14:30:43 +00:00
Dan Cryer
cea124cfaa Login, forgot password and password reset. 2014-12-04 13:24:46 +00:00
Dan Cryer
4a03e01c3f View build 2014-12-04 13:08:48 +00:00
Dan Cryer
54765bf823 View Project 2014-12-04 12:19:06 +00:00
Dan Cryer
cc58191048 Add/Edit/View Project languages 2014-12-04 11:42:21 +00:00
Dan Cryer
f6e433a94d Dashboard updated to support languages 2014-12-04 11:14:04 +00:00
Dan Cryer
56bbf13f34 Merge branch 'master' of github.com:Block8/PHPCI into dc/languages 2014-12-04 10:23:16 +00:00
Dan Cryer
050fdda848 Initial commit 2014-12-04 10:23:10 +00:00
Dan Cryer
60dab35f1e Fixing fatal error on dashboard, also adding slim view for installs with more than 10 projects 2014-12-03 20:26:32 +00:00
Dan Cryer
9eeaabc6fe Front-End Upgrade: New UI Based on Admin LTE.
Closes #673
2014-12-03 15:30:36 +00:00
Dan Cryer
f562de55c7 Allow PHPCI to mark builds as failed if the builder crashed, after a user-defined timeout. Limit to one build per project in RunCommand.
Fixes #623
2014-12-01 17:04:03 +00:00
Dan Cryer
28292967a8 Settings UI cleanup 2014-12-01 16:18:59 +00:00
Adam Cooper
0aa342e774 Adding a branch filter to the project page, allowing users to view builds from a specific branch.
Closes #600
2014-10-16 16:10:24 +01:00
Marc Aschmann
a5d5be1a8b Merge remote-tracking branch 'block8/master' 2014-08-05 13:44:32 +02:00
Dan Cryer
c6529b6832 Adding handling of HTTP 401 status codes in Ajax requests. Fixes #504 2014-07-30 14:32:38 +01:00
Dan Cryer
cd12b9ee31 Remove call to non-existant function getPlugins() from the build status page.
Fixes #455
2014-07-29 16:18:36 +01:00
Marc Aschmann
1dcc483ccb resolves #497 added feature to disable auth with a default user 2014-07-15 11:39:06 +02:00
Bertram Truong
14ace86098 fix http urls to use protocol relative urls 2014-07-10 08:49:55 -05:00
Corpsee
53e8a432a2 Project builds pagination improvements 2014-06-09 00:08:46 +07:00
Corpsee
bfb40df19a Project builds pagination improvements 2014-06-08 23:46:42 +07:00
Alexandre Russo
69cb67913e Add quick links in menu and set position as fixed for better navigation 2014-05-19 16:12:14 +02:00
devzorg
251f08c6b8 Fix / Collapse and word wrap fix for a block with the ssh-key. 2014-05-17 21:36:25 +04:00
yourilima
1652e3ccfe Update view.phtml
Fix call to undefined method after changes in d63a029b74
2014-05-14 10:27:41 +02:00
Dan Cryer
84cfda3538 PHP 5.3 cleanup, fixes #360 2014-05-12 18:42:57 +01:00
Dan Cryer
b4c0783f4d Adding a warning that PHPCI can't save your settings if the config.yml file is not writeable, fixes #369 2014-05-12 18:37:48 +01:00
Dan Cryer
9d58add843 Removing PHPCI's attempt to install plugins via composer automatically, as it usually doesn't work. See #395 2014-05-12 18:26:44 +01:00
Dan Cryer
328e579037 Removing reference to getPlugins() from BuildsTable view 2014-05-12 14:58:48 +01:00
Dan Cryer
b146af66b7 Adding some form of exception handling to front-end requests 2014-05-09 12:04:42 +01:00
Dan Cryer
6b0d210344 Adding forgot password functionality. 2014-05-08 21:38:32 +01:00
Dan Cryer
0654bcccee Adding edit profile (and change password) option for users. 2014-05-08 17:59:08 +00:00
Alexander Wenzel
5b7177f9aa Fix broken project view layout
Layout was broken for projects, that are not 'github', 'gitlab' or 'bitbucket' due to misplaced `endif;`
2014-05-01 19:00:46 +02:00
Dan Cryer
31ee6522c1 Make build page use PHPCI_URL for project link, fixes #378 2014-05-01 13:47:38 +01:00
Dan Cryer
146470f39d Make project overview table update when build list does on dashboard, fixes #336 2014-04-30 15:24:55 +01:00
Dan Cryer
c50f7d07f2 Adding a basic external project status page, accessible via /build-status/view/{id}. Fixes #353 2014-04-30 15:00:35 +01:00
Dan Cryer
a474a5d179 UI updates 2014-04-30 14:13:07 +01:00
Dan Cryer
ab848b9ebf UI improvements for the Build view screen 2014-04-25 11:25:46 +00:00