phab/src/applications/diffusionstable
phab/src/applications/diffusion
stable
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
3e2efaf00e57 | James Rhodes/epriestley | Disable CSRF checks on Git push when updating repository. | Nov 4 2013 | |||
0ceb53bfae28 | James Rhodes/epriestley | Fix issue where Git authentication would always 403 on non-public install. | Nov 4 2013 | |||
3dcef4f37b1b | epriestley | Minor, restore a missing "break;" that I derped somehow. | Nov 3 2013 | |||
cd674931fc6b | epriestley | When creating a repository in Diffusion, prompt for "Create" or "Import" first | Nov 2 2013 | |||
a0e820ad9a2e | epriestley | Improve repository hinting and feedback | Nov 2 2013 | |||
43fd567ef471 | epriestley | Implement writes over HTTP for Git. | Nov 1 2013 | |||
0278b15ceb5d | epriestley | Implementation of VCS passwords against user. | Nov 1 2013 | |||
40b081820770 | epriestley | Show additional status information during repository import | Oct 31 2013 | |||
3a39b01233db | epriestley | Add "RepositoryStatusMessage" and detailed information about initilization | Oct 31 2013 | |||
2d01da14fd14 | epriestley | Provide detailed status information about repository state/progress | Oct 30 2013 | |||
93d7a1451b2e | epriestley | Clean up file browse view a bit | Oct 30 2013 | |||
d51ae49f61fd | epriestley | Clean up Diffusion dedicated tag table view | Oct 30 2013 | |||
bf2fffe26478 | epriestley | Clean up dedicated branch table view | Oct 30 2013 | |||
d5bc8197eceb | epriestley | Remove "isUnparsed" flag from commits | Oct 30 2013 | |||
25656b311a93 | epriestley | Clean up Diffusion tag list query a bit | Oct 30 2013 | |||
d1c4b5081cd0 | epriestley | Clean up Diffusion branch query a bit | Oct 30 2013 | |||
70b53c49fd0c | epriestley | Fix an issue with viewing an undiscovered commit in Diffusion | Oct 30 2013 | |||
3bf372c60c2e | epriestley | Consolidate querying of things which we can use `git for-each-ref` for | Oct 30 2013 | |||
7360688afb5f | epriestley | Conditionally restore some "remote/" stuff removed by rP59922b7 | Oct 30 2013 | |||
8babbb92cc40 | Chad Little | Fix warning panel on large commits | Oct 30 2013 | |||
24a5d0505ae2 | epriestley | Add a "Description" header to the repository view for consistency | Oct 30 2013 | |||
19124554d8b9 | epriestley | Fix various branch/ref issues with bare repositories in Git | Oct 30 2013 | |||
c749fcc192f1 | epriestley | Reject SCP-style URIs with explicit protocols in Diffusion | Oct 29 2013 | |||
59922b78b9bc | epriestley | Make Phabricator clone bare git repositories | Oct 29 2013 | |||
d8bda7c66e0a | epriestley | Add an "importing" state to repositories and clean up the UI | Oct 29 2013 | |||
912509558723 | epriestley | Distinguish between empty and unparsed commits in Diffusion | Oct 29 2013 | |||
c6665b190731 | epriestley | Serve git writes over SSH | Oct 29 2013 | |||
9a2e45ef12ea | epriestley | Serve Git reads over SSH | Oct 29 2013 | |||
7d9dfb561dd5 | epriestley | Serve Git reads over HTTP | Oct 29 2013 | |||
bb4904553f2c | epriestley | Route some VCS connections over SSH | Oct 29 2013 | |||
c7f23f522a79 | epriestley | Accept and route VCS HTTP requests | Oct 29 2013 | |||
bb35f8ec9fe9 | epriestley | Add hosting, serving, and push policy options to repository edit | Oct 29 2013 | |||
86fe020a97b8 | epriestley | Add global "push" policy to Repositories | Oct 29 2013 | |||
5f6ea9f662aa | epriestley | Activate the new Repository creation workflow | Oct 29 2013 | |||
d1ed816e618b | epriestley | Move "Delete Repository" stuff to Diffusion | Oct 29 2013 | |||
7c23960de89e | epriestley | Use status header stuff for "Edit Repository" | Oct 29 2013 | |||
c4cdb5c5f035 | epriestley | Move editing "Local Path" to modern UI/controller/etc | Oct 29 2013 | |||
796db9f9c650 | epriestley | Sort out application crumbs in new repository edit workflow | Oct 26 2013 | |||
e81bad9ba21f | epriestley | Improve consistency of policy enforcement on new repository edit UI | Oct 26 2013 | |||
b57b72368c3c | epriestley | Move "Remote URI" to modern repository editor thing | Oct 25 2013 | |||
52d4e66883db | epriestley | Move repository actions (notify, autoclose) to new UI | Oct 25 2013 | |||
49670e1a561b | epriestley | Move Subversion repository information to the new interface | Oct 25 2013 | |||
dcb0b1b64f73 | epriestley | Add support for branch-related configuration to new Repository edit workflow | Oct 25 2013 | |||
90b83d7a92c5 | epriestley | Fix logged-out Diffusion calls to Conduit | Oct 22 2013 | |||
2a5c987c714d | epriestley | Lock policy queries to their applications | Oct 22 2013 | |||
d66972c9f295 | epriestley | Tie application event listeners to the applications they listen for | Oct 22 2013 | |||
0b22777f68e7 | epriestley | Remove UI warnings about policies being a janky mess | Oct 17 2013 | |||
89d35b98c892 | Chad Little | Misc Diffusion/Differential CSS tweaks | Oct 16 2013 | |||
4733a8ef143b | Chad Little | Add border, transparent indicators to images in file property view | Oct 14 2013 | |||
503f4137890d | Chad Little | Clean up spacing on Diffusion headers | Oct 14 2013 | |||
97c690fc0f52 | Chad Little | PHUIPropertyListView | Oct 11 2013 | |||
059860047615 | epriestley | Always pass handles to tokenizers, not `<phid -> name>` maps | Oct 7 2013 | |||
64e4b3aef449 | epriestley | Remove loadMemberPHIDs from PhabricatorProject | Oct 7 2013 | |||
2d733f88a16a | epriestley | Split users apart from projects/packages in reviewer and audit UIs | Oct 5 2013 | |||
4d8707df132d | epriestley | Use status list UI to show reviewers in Differential | Oct 5 2013 | |||
f88a2b735dba | epriestley | Remove spurious "+x" from files that shouldn't have it | Oct 5 2013 | |||
5200145b21b1 | epriestley | Add missing trailing slashes to crumb links in Diffusion | Oct 4 2013 | |||
adb3488f4a92 | Chad Little | ObjectBoxes for Diffusion | Oct 1 2013 | |||
b21f197a98f2 | epriestley | Fix Diffusion change view header | Oct 1 2013 | |||
b592630d7259 | epriestley | Provide more structure to PHUIObjectBoxView | Sep 30 2013 | |||
94d0704fdb87 | Chad Little | Add objectheaders to new View | Sep 29 2013 | |||
7f0d0e4e6cc0 | epriestley | Make more Diffusion controllers/views capability-sensitive | Sep 27 2013 | |||
9b3d7b0dbaad | epriestley | Make most Differential reads policy-aware | Sep 26 2013 | |||
c467cc464fb5 | epriestley | Make most repository reads policy-aware | Sep 26 2013 | |||
9be7a948f93c | Chad Little | Move PHUIFormBoxView to PHUIObjectBoxView | Sep 25 2013 | |||
c71a5fc0c967 | epriestley | Fix generation of "branch" URIs in Subversion repositories | Sep 24 2013 | |||
bfa2abed8428 | epriestley | Mostly modernize lint views and delete dead code | Sep 23 2013 | |||
0271b051aeb5 | epriestley | Modernize Diffusion "history" view | Sep 23 2013 | |||
b3fa9d0c2f42 | epriestley | Modernize Diffusion "change" view | Sep 23 2013 | |||
e7fbfb1eacaf | epriestley | Remove some old page rendering code from Diffusion | Sep 23 2013 | |||
d63789e4b2a0 | epriestley | Allow repository policies to be edited | Sep 23 2013 | |||
a09616858b11 | epriestley | Use RepositoryQuery along common pathways | Sep 22 2013 | |||
63818818cb67 | epriestley | Allow repositories to be activate/deactivated in a transaction-aware way | Sep 22 2013 | |||
e8205a2d1ec6 | epriestley | Improve actions for binary files and images in Diffusion | Sep 20 2013 | |||
424f7545fc24 | epriestley | Split Diffusion "view" preference into blame and color preferences | Sep 20 2013 | |||
0139fb9178a7 | epriestley | Improve organization of Diffusion browse controllers | Sep 20 2013 | |||
1ec021bf8c51 | epriestley | Modernize file browse controller | Sep 20 2013 | |||
09cdf0de4897 | epriestley | Modernize Diffusion browse views | Sep 19 2013 | |||
3b5f0276d1f6 | epriestley | Fix issue where 'changeType' is not marshalled across Conduit | Sep 19 2013 | |||
916c4cb78ace | epriestley | Add policy header and actions to repositories | Sep 19 2013 | |||
7d26252a3f3e | epriestley | Use PhutilBugtraqParser in Phabricator | Sep 18 2013 | |||
e8bb24fd6072 | Chad Little | Policy, Status in PHUIHeaderView | Sep 17 2013 | |||
7a39ac43b48c | epriestley | Add a "list<regex>" config option and move regex config to it | Sep 13 2013 | |||
b902005bed52 | Bob Trahan | Kill PhabricatorObjectDataHandle | Sep 11 2013 | |||
b91508c045aa | epriestley | Fix a second minor merge issue | Sep 11 2013 | |||
a4c076ac79db | epriestley | Fix a minor merge issue with a class rename | Sep 11 2013 | |||
51eb8a301aa2 | epriestley | Clean up Diffusion repository list | Sep 11 2013 | |||
c74ebf9ce05d | epriestley | Restore repository shortcuts, for now | Sep 11 2013 | |||
904add9f44d6 | epriestley | Use ApplicationSearch in Diffusion | Sep 11 2013 | |||
b4728104f8b2 | epriestley | Rename `DiffusionHomeController` to `DiffusionRepositoryListController` | Sep 11 2013 | |||
19eeafa3035a | epriestley | Remove lint message counts from Diffusion repository list | Sep 11 2013 | |||
93c67040596a | epriestley | Move "most recent commit" and "commit count" into DiffusionRepositoryQuery | Sep 11 2013 | |||
8e45b466da62 | epriestley | Improve voicing in text published to JIRA issues | Sep 11 2013 | |||
16895e109979 | Eric Stern/epriestley | Add "diffusion.createcomment" conduit endpoint | Sep 9 2013 | |||
5ba20b8924d5 | Chad Little | Move PhabricatorObjectItem to PHUIObjectItem, add 'plain' setting for lists. | Sep 9 2013 | |||
95dc69a30ea5 | epriestley | Fix "Show All Changes" button in Diffusion | Sep 6 2013 | |||
9eb36db1d7a1 | epriestley | Hack-patch for missing highlights in Audit | Aug 29 2013 | |||
bb9be01d5571 | Chad Little | Update forms to use PHUIFormBoxView | Aug 27 2013 | |||
fe2a96e37ff0 | Chad Little | Update Form Layouts | Aug 26 2013 | |||
751cd547c291 | epriestley | Remove dust from page construction | Aug 20 2013 |
c4science · Help