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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitLab as a sync backend #734

Merged
merged 19 commits into from
Nov 1, 2021
Merged

Commits on Oct 31, 2021

  1. WebDAV sign in: toggle form visibility

    As opposed to always showing once clicked.
    
    Preparatory work for 200ok-ch#733
    chasecaleb committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    79d7c4c View commit details
    Browse the repository at this point in the history
  2. CSS: refactor sign in form styles

    Make them usable for any sign in form (such as the WIP GitLab form), as
    opposed to specific to WebDAV.
    
    Preparatory work for 200ok-ch#733
    chasecaleb committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    a137320 View commit details
    Browse the repository at this point in the history
  3. CSS: make sign-in form inputs full width

    Preparatory work for 200ok-ch#733
    chasecaleb committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    1e468da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3da3747 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    201d28f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa4d898 View commit details
    Browse the repository at this point in the history
  7. GitLab: don't backup files

    Version control makes this redundant.
    
    For 200ok-ch#733
    chasecaleb committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    317a090 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c06da04 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1445b3c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4f0d14d View commit details
    Browse the repository at this point in the history
  11. GitLab: fix last modified date type

    Should be a string, not Date object.
    chasecaleb committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    b843322 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    3493edf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34e38a1 View commit details
    Browse the repository at this point in the history
  3. chore: Remove linter warning

    munen committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    016d071 View commit details
    Browse the repository at this point in the history
  4. chore: Increase per_page from the default of 20 to 100

           Otherwise it's likely that the user has to click "Load more..."
           everytime she goes to the file browser. At least I would have
           to(;
    munen committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    9f051bb View commit details
    Browse the repository at this point in the history
  5. chore: Find all places where a list of sync back-ends are mentioned

           Add GitLab to all of them and show it as the second option
           after Dropbox.
    munen committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    2d881f9 View commit details
    Browse the repository at this point in the history
  6. doc: Update changelog

    munen committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    007d568 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cbeecb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53455e3 View commit details
    Browse the repository at this point in the history