Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update skindexing for new world order #446

Closed
wants to merge 323 commits into from
Closed

Update skindexing for new world order #446

wants to merge 323 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 30, 2015

  1. Configuration menu
    Copy the full SHA
    ffb9ce8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    633bbd8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #283 from vector-im/kegan/blocking

    Add feature-based browser blocking
    kegsay committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    626e8ba View commit details
    Browse the repository at this point in the history
  4. Add reject button and impl

    kegsay committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    668234b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35cebc5 View commit details
    Browse the repository at this point in the history
  6. comment \u200b

    ara4n committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    6aad99a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ddbc8df View commit details
    Browse the repository at this point in the history
  8. comment what a CR is

    ara4n committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    75bc878 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    11e176d View commit details
    Browse the repository at this point in the history
  10. fix missing decl

    ara4n committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    79af89f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    56d00c2 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #296 from vector-im/matthew/redesign

    Matthew/redesign
    ara4n committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    e25d31a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2015

  1. Configuration menu
    Copy the full SHA
    38780ad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #298 from vector-im/kegan/reject-invites

    Add invite rejection
    kegsay committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    3b82884 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e869814 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    159f0c9 View commit details
    Browse the repository at this point in the history
  5. Add unsupported suffix on Ongoing conf notification if conf calls are…

    … unsupported in the browser
    kegsay committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    6e63153 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #314 from vector-im/kegan/graceful-no-voip

    Add unsupported suffix on Ongoing conf notification if conf calls are…
    kegsay committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    842d6b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    11c3801 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4dac9bc View commit details
    Browse the repository at this point in the history
  9. Merge pull request #317 from vector-im/erikj/icons

    Use relative rather than absolute paths for icons
    ara4n committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    ff35e02 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2015

  1. Configuration menu
    Copy the full SHA
    2a4a02f View commit details
    Browse the repository at this point in the history
  2. avoid racey NPE on first login

    ara4n committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    b1b2704 View commit details
    Browse the repository at this point in the history
  3. put invites above recents

    ara4n committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    27cf9cf View commit details
    Browse the repository at this point in the history
  4. make our state explicit

    ara4n committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    8b9b268 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b773b9 View commit details
    Browse the repository at this point in the history
  6. Remove unused code

    erikjohnston committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    7dc5f91 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2015

  1. Configuration menu
    Copy the full SHA
    7fe7af6 View commit details
    Browse the repository at this point in the history
  2. implement most of drag & drop.

    ara4n committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    61e55b3 View commit details
    Browse the repository at this point in the history
  3. Work around the bug where some channels have no name from the js sdk …

    …which was causing vector to exception and never load.
    dbkr committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    942659d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2015

  1. skin RoomDropTarget correctly

    ara4n committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    8842147 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bf6992 View commit details
    Browse the repository at this point in the history
  3. bump js-sdk dep to develop

    dbkr committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    0aa90d9 View commit details
    Browse the repository at this point in the history
  4. Add a 'connection lost' bar.

    kegsay committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    804af34 View commit details
    Browse the repository at this point in the history
  5. Add resending bar (and resend all option)

    Factor out resend logic which was in the context menu into a separate
    Resend file (it shouldn't be in the skin, but it also isn't really
    suitable for a controller given 2 different views invoke it..)
    kegsay committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    3a8c263 View commit details
    Browse the repository at this point in the history
  6. null check

    dbkr committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    e203883 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2015

  1. Replace CAS login with token login

    Steven Hammerton committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    fdf79d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #335 from stevenhammerton/sh-cas-token-login

    Replace CAS login with token login
    dbkr committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    d462e0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c884c5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    886ffbf View commit details
    Browse the repository at this point in the history
  5. collapsible sublists

    ara4n committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    1150e22 View commit details
    Browse the repository at this point in the history
  6. collapsible sublist graphics

    ara4n committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    f102e3b View commit details
    Browse the repository at this point in the history
  7. precedence fail :(

    ara4n committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    89327bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe442f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2015

  1. Configuration menu
    Copy the full SHA
    4a195dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07200d7 View commit details
    Browse the repository at this point in the history
  3. fix onRoomTags signature

    ara4n committed Nov 7, 2015
    Configuration menu
    Copy the full SHA
    4e170a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed4c5b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2015

  1. Configuration menu
    Copy the full SHA
    69899e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c60e873 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e289235 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36da1ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbbe074 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b15def8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c40685 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0dbb42 View commit details
    Browse the repository at this point in the history
  9. commented out debug

    ara4n committed Nov 8, 2015
    Configuration menu
    Copy the full SHA
    827c0da View commit details
    Browse the repository at this point in the history
  10. s/deprioritize/demote/

    ara4n committed Nov 8, 2015
    Configuration menu
    Copy the full SHA
    5494a4e View commit details
    Browse the repository at this point in the history
  11. put a load of margin on the bottommost sublist to increase its hit ta…

    …rget size and avoid problems when toggling its hiddenness
    ara4n committed Nov 8, 2015
    Configuration menu
    Copy the full SHA
    567176e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9526deb View commit details
    Browse the repository at this point in the history
  13. re-skin the notification bar

    ara4n committed Nov 8, 2015
    Configuration menu
    Copy the full SHA
    05d9212 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2015

  1. Configuration menu
    Copy the full SHA
    615879f View commit details
    Browse the repository at this point in the history
  2. warning png

    ara4n committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    eaa2f94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a308275 View commit details
    Browse the repository at this point in the history
  4. de-hash rooms

    ara4n committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    66add56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f69760 View commit details
    Browse the repository at this point in the history
  6. remove random bold initials

    ara4n committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    752f8bd View commit details
    Browse the repository at this point in the history
  7. Merge pull request #332 from vector-im/kegan/syncing

    Implement connection lost bar + resend all
    kegsay committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    c3385d5 View commit details
    Browse the repository at this point in the history
  8. put the DragDropContext on LeftPanel rather than MatrixChat to allow …

    …index.js to continue to abuse MatrixChat by directly invoking the showScreen method on it
    ara4n committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    bea6408 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    23c93de View commit details
    Browse the repository at this point in the history
  10. Merge pull request #342 from vector-im/matthew/orderable-roomlist

    Implement reorderable rooms via room tagging.
    ara4n committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    6d9817e View commit details
    Browse the repository at this point in the history
  11. upgrade to react 0.14

    ara4n committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    87bb7c9 View commit details
    Browse the repository at this point in the history
  12. port to react 0.14, removing getDOMNode()s for DOM components and tur…

    …ning them into ReactDOM.findDOMNode()s for React components
    ara4n committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    2ccd881 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2015

  1. Configuration menu
    Copy the full SHA
    cb887c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ca64d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef7a38e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    450036a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9823d0 View commit details
    Browse the repository at this point in the history
  6. Do read receipt avatars with absolute positioning: this should be a l…

    …ot easier to animate. Also mess around with the MemberAvatar a bit so it's easier to style.
    dbkr committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    9a6624d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68c1ddd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0825e0a View commit details
    Browse the repository at this point in the history
  9. fix raging typos

    ara4n committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    9cbd4ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f628591 View commit details
    Browse the repository at this point in the history
  11. apply jsx

    ara4n committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    801154f View commit details
    Browse the repository at this point in the history
  12. oops, make this actually work.

    ara4n committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    19b31ff View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2e9e03b View commit details
    Browse the repository at this point in the history
  14. improve spacing on login screen

    ara4n committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    5c92b09 View commit details
    Browse the repository at this point in the history
  15. suppress warning

    ara4n committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    adb7915 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bbd7124 View commit details
    Browse the repository at this point in the history
  17. fix Spinner CSS a bit

    ara4n committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    c2af09f View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2015

  1. skin simpleheader

    ara4n committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    5aa468f View commit details
    Browse the repository at this point in the history
  2. fix warning about missing thead

    ara4n committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    bc3ee94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c9273a View commit details
    Browse the repository at this point in the history
  4. remove unused component

    ara4n committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    dd3427d View commit details
    Browse the repository at this point in the history
  5. hopefully fix #226

    ara4n committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    81128ef View commit details
    Browse the repository at this point in the history
  6. fix spinner layout yet more

    ara4n committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    2fff6f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2cae5e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2015

  1. Split out logic/UI for logging in

    - Add 'PasswordLogin' UI component
    - Add 'LoginPage' wire component which, along with Signup from react SDK,
      replaces the 'Login' page.
    - Move UI code (state/props) from ServerConfig which was lobotomoised in the
      React SDK.
    
    Unfinished.
    kegsay committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    05eda88 View commit details
    Browse the repository at this point in the history
  2. fix URLs on image

    ara4n committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    c12c716 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8a8306 View commit details
    Browse the repository at this point in the history
  4. Call through to password login

    kegsay committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    8826eb6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58472b8 View commit details
    Browse the repository at this point in the history
  6. Swap old login for new

    kegsay committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    726afd3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    021eaf5 View commit details
    Browse the repository at this point in the history
  8. Github and Sublime don't like this not being escaped. Displays fine t…

    …hough in React like this.
    kegsay committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    b143835 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1ac47f3 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #354 from vector-im/ignore-non-mxc

    Display some sensible UI for non-mxc content URLs.
    dbkr committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    e0efb68 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2015

  1. sacrifice dead goats to make gemini-scrollbars work on firefox 42 and…

    … chrome 48 and later. the problem is that flexbox interacts badly with gemini-scrollbars, as gemini looks at the offsetWidth of the container in order to make the width of its enclosed scrollable view = width+scrollbarwidth. The problem is that flexbox then sees that the scrollable view has expanded, and unhelpfully flexes the container to fit it. This fixes the problem by providing more explicit widths for the containers to stop them flexing. I'm not sure I want to know why we don't also see the same problem with heights.
    ara4n committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    caa2fd9 View commit details
    Browse the repository at this point in the history
  2. make firefox slightly happier

    ara4n committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    0430546 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36b7dea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cf0ceb View commit details
    Browse the repository at this point in the history
  5. override gemini-scrollbar CSS to stop the scrollview from pushing out…

    … the container, causing FF's flexbox to adapt and keep growing infinitely
    ara4n committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    20f84ce View commit details
    Browse the repository at this point in the history
  6. fix composer avatar

    ara4n committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    f8d628d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2fabf69 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc2c744 View commit details
    Browse the repository at this point in the history
  9. Hopefully now mostly complete animations: we iterate through zero or …

    …more start states and then settle on the final place.
    dbkr committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    9d620df View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff59fc8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2fd7196 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #365 from vector-im/avatar_initial_a11y

    Mark up the avatar initials so they're not read out by screen readers
    ara4n committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    ca07c8f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    063e387 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2015

  1. kill stale z-index param

    ara4n committed Nov 14, 2015
    Configuration menu
    Copy the full SHA
    1c7e7cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef181f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2015

  1. implement multiline input

    ara4n committed Nov 15, 2015
    Configuration menu
    Copy the full SHA
    bf91155 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2015

  1. Bouncy bouncy!

    dbkr committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    d6b8659 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb59e92 View commit details
    Browse the repository at this point in the history
  3. comma

    dbkr committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    816f20e View commit details
    Browse the repository at this point in the history
  4. remove logging

    dbkr committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    7f61a02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e23b90a View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2015

  1. Merge pull request #355 from vector-im/kegan/login-refactor

    Refactor login page
    kegsay committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    af1e337 View commit details
    Browse the repository at this point in the history
  2. PR feedback from #355

    kegsay committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    8602e06 View commit details
    Browse the repository at this point in the history
  3. Fix path resolution

    kegsay committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    c57fb44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    714c962 View commit details
    Browse the repository at this point in the history
  5. Remove bouncing, set animation time to be constant (prevents temporar…

    …y overalpping) and exclude ourselves.
    dbkr committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    80c2bd0 View commit details
    Browse the repository at this point in the history
  6. Add member name to avatars as the title since if displayed without ac…

    …companying text (as with read receipts) they can be somewhat unhelpful. May as well have them all the time I think.
    dbkr committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    da55081 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c63dd37 View commit details
    Browse the repository at this point in the history
  8. Add RegistrationForm UI component and new Registration wire component

    Hook it up to MatrixChat instead of the existing logic (this breaks reg). WIP.
    kegsay committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    8e8b27c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ed3527e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2015

  1. Don't mark rooms as unread on m.room.member changes

    A quick and hacky fix to issue #169.
    richvdh committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    c42d4f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #379 from vector-im/read_receipts

    Read receipts
    dbkr committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    1099892 View commit details
    Browse the repository at this point in the history
  3. depend on react sdk dev

    dbkr committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    025b9e2 View commit details
    Browse the repository at this point in the history
  4. Show validation errors

    kegsay committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    b4c0625 View commit details
    Browse the repository at this point in the history
  5. Show all read avatars on click

    dbkr committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    f0df3f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5424567 View commit details
    Browse the repository at this point in the history
  7. Load the Recaptcha script if we have a container for it

    This is complex enough that the Registration component shouldn't have to
    care about it, so it should probably be split into a pure UI component.
    kegsay committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    bc55959 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    742ae35 View commit details
    Browse the repository at this point in the history
  9. fix whitespace

    ara4n committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    c9fe0b9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    46541a3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    098491e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    08ba045 View commit details
    Browse the repository at this point in the history
  13. and the new voice icon

    ara4n committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    8fed464 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d660068 View commit details
    Browse the repository at this point in the history
  15. dodgy fudge to put the edit button alongside the read receipts. in fu…

    …ture I think we should turn it into a chevron next to the timestamp
    ara4n committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    6e3afcd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    884d0de View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    68a005b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bf3e90b View commit details
    Browse the repository at this point in the history
  19. general faff to make the new edit button position interact properly w…

    …ith dave's 'click to show all read receipts'
    ara4n committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    69fdd48 View commit details
    Browse the repository at this point in the history
  20. fix initials behaviour on FF

    ara4n committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    23d45d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2015

  1. Configuration menu
    Copy the full SHA
    0dd85d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f57cd9 View commit details
    Browse the repository at this point in the history
  3. Move z-index to the dialog wrapper because that's the shallowest posi…

    …tioned element in the DOM and therefore what creates the first stacking context
    dbkr committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    eb1c6b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed3d3a9 View commit details
    Browse the repository at this point in the history
  5. Kill the last getDOMNode()

    dbkr committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    09b0d22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7fe871 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #387 from vector-im/rav/suppress_unread_on_memberc…

    …hange
    
    Don't mark rooms as unread on m.room.member changes
    richvdh committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    3a00334 View commit details
    Browse the repository at this point in the history
  8. Factor out Captcha UI

    kegsay committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    eaafc11 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #397 from vector-im/z_indices

    Sort out dialog z index so read receipts avatars are behind the dialog background
    ara4n committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    f7127ab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e700a5a View commit details
    Browse the repository at this point in the history
  11. Recheck registration state since we may be able to immediately do an …

    …HTTP hit if we've been given good QPs
    kegsay committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    2d481a6 View commit details
    Browse the repository at this point in the history
  12. Instantiate Signup.Register in Registration component

    This has to be done rather than in MatrixChat because the render() calls
    will create new instances otherwise. Pass in all the strings the logic class
    requires to the Registration wire component. This isn't the "best" solution
    because unloading/reloading the Registration component will lose registration
    state which should be persisted. Ideally we'd DI from the top to ensure this
    can't happen (as opposed to relying on module globals...)
    kegsay committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    3cf9f78 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bb6eeea View commit details
    Browse the repository at this point in the history
  14. Minor tweaks

    kegsay committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    d372018 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    41eaf18 View commit details
    Browse the repository at this point in the history
  16. more alt tags

    ara4n committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    02d5154 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2015

  1. Configuration menu
    Copy the full SHA
    f62312f View commit details
    Browse the repository at this point in the history
  2. Set busy Spinner

    kegsay committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    3075c97 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #399 from vector-im/kegan/reg-refactor

    Refactor registration
    kegsay committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    99ccff0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1edea2a View commit details
    Browse the repository at this point in the history
  5. Add PostRegistration component

    kegsay committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    37254e6 View commit details
    Browse the repository at this point in the history
  6. Clear the 'screen' to load the main left/middle/right panels, then sh…

    …ow the settings after post-reg is done
    kegsay committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    2e376b1 View commit details
    Browse the repository at this point in the history
  7. Remove useless logging

    kegsay committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    29ee7d2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #403 from vector-im/kegan/post-register

    Re-add in post registration steps
    kegsay committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    6dc5dd4 View commit details
    Browse the repository at this point in the history
  9. Bugfix: don't cache the read avatar rect as it's relative to the view…

    …port and it will move when we scroll!
    dbkr committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    2c51a5c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    06427d6 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #404 from vector-im/kegan/gif-on-enter

    Add support for playing gifs on mouse enter/leave
    kegsay committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    9ec10e2 View commit details
    Browse the repository at this point in the history
  12. Fix the ref we keep to be the react element and make velociraptor cor…

    …rectly track what nodes it had at the start (c.key not c.props.key)
    dbkr committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    3cf9f52 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    29af81e View commit details
    Browse the repository at this point in the history
  14. wrap whitespace on notices

    ara4n committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    96c825b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4c11de7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    76c6d6d View commit details
    Browse the repository at this point in the history
  17. oops, forgot gfm.css

    ara4n committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    b6e9c1e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2015

  1. Configuration menu
    Copy the full SHA
    da97185 View commit details
    Browse the repository at this point in the history
  2. fix css link

    ara4n committed Nov 21, 2015
    Configuration menu
    Copy the full SHA
    9038b98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0164154 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2015

  1. spell out npm run build

    ara4n committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    92728ff View commit details
    Browse the repository at this point in the history
  2. override more GFM css

    ara4n committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    324c3e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    841c790 View commit details
    Browse the repository at this point in the history
  4. STOP PEOPLE SHOUTING

    ara4n committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    fd8864d View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2015

  1. fix conflicts

    ara4n committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    f9040e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #324 from vector-im/erikj/video

    Add basic m.video view support
    ara4n committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    93c6777 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2015

  1. Configuration menu
    Copy the full SHA
    d079617 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8898b44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab22ca6 View commit details
    Browse the repository at this point in the history
  4. Move Spinner

    kegsay committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    3c12191 View commit details
    Browse the repository at this point in the history
  5. Missed one

    kegsay committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    8517f9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f21b620 View commit details
    Browse the repository at this point in the history
  7. Move MessageTimestamp

    kegsay committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    343670c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3f120c7 View commit details
    Browse the repository at this point in the history
  9. Move ImageView

    kegsay committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    0a8f5b6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    35ee9c9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    83eae1b View commit details
    Browse the repository at this point in the history
  12. Move VideoFeed to React SDK

    kegsay committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    c5b0ea7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    49e5f18 View commit details
    Browse the repository at this point in the history
  14. Move and merge voip molecules. Inject the ConferenceHandler as a prop

    This keeps the vector conf logic munge separate from react SDK.
    kegsay committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    ff9608c View commit details
    Browse the repository at this point in the history
  15. Nuke old CallView controller

    kegsay committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    9ecf5be View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fdad007 View commit details
    Browse the repository at this point in the history
  17. Move and merge ProgressBar

    kegsay committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    7595071 View commit details
    Browse the repository at this point in the history
  18. Move and merge MessageComposer

    kegsay committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    6dea8e7 View commit details
    Browse the repository at this point in the history
  19. Move and merge UserSelector

    kegsay committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    1a6afc2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3ce2962 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2015

  1. Configuration menu
    Copy the full SHA
    b007edc View commit details
    Browse the repository at this point in the history
  2. Move and merge RoomTile/MemberTile to react SDK. Keep DND stuff in ve…

    …ctor as RoomDNDView.
    kegsay committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    f969ccb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40b974f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #420 from vector-im/kegan/controller-merging

    Phase 1 controller merging (general structure)
    kegsay committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    f9a5f4b View commit details
    Browse the repository at this point in the history
  5. Move HtmlUtils to react SDK

    kegsay committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    a5d00c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f3ea9f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05c9b44 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df86e85 View commit details
    Browse the repository at this point in the history
  9. Remove unusued imports

    kegsay committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    af30ef1 View commit details
    Browse the repository at this point in the history
  10. Use the right name

    kegsay committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    0ef7c8d View commit details
    Browse the repository at this point in the history
  11. Merge pull request #421 from vector-im/kegan/controller-merging2

    Phase 2 controller merging (all atoms)
    kegsay committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    054836c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cd216e2 View commit details
    Browse the repository at this point in the history
  13. Remove unused files

    kegsay committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    07001ae View commit details
    Browse the repository at this point in the history
  14. Merge pull request #425 from vector-im/kegan/controller-merging3

    Phase 3 controller merging
    kegsay committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    8a58286 View commit details
    Browse the repository at this point in the history
  15. fix inline <code/> blocks

    ara4n committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    9e97160 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2015

  1. Configuration menu
    Copy the full SHA
    8de94d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2015

  1. Configuration menu
    Copy the full SHA
    e43edee View commit details
    Browse the repository at this point in the history
  2. fix CSS for search timestamps

    ara4n committed Nov 29, 2015
    Configuration menu
    Copy the full SHA
    fc02331 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01f0e61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af6bd53 View commit details
    Browse the repository at this point in the history
  5. improve layout for search results, fix syntax highlighting quirks in …

    …sublime, and don't crash on zero results
    ara4n committed Nov 29, 2015
    Configuration menu
    Copy the full SHA
    9a64dc2 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2015

  1. fix zalgo properly! remove ugly regexp hacks for detecting combining …

    …diacritics and instead set the right font ordering, as Arial combines nicely with Myriad Pro whilst Helvetica doesn't. (Myriad Pro itself has no combining diacritic characters)
    ara4n committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    cd040ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a00e71 View commit details
    Browse the repository at this point in the history
  3. Open Sans

    ara4n committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    f947400 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7636645 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #443 from vector-im/matthew/rename-message-components

    Matthew/rename message components
    ara4n committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    4614017 View commit details
    Browse the repository at this point in the history
  6. oops, don't try to delete nonexistent tags when moving a room from co…

    …nversations to favs or similar
    ara4n committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    4409f07 View commit details
    Browse the repository at this point in the history
  7. WIP of component indexing update

    dbkr committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    6f64626 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cadfbcb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a4038d View commit details
    Browse the repository at this point in the history
  10. Move copyright header

    dbkr committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    021056c View commit details
    Browse the repository at this point in the history