Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

PUBLIC / surfer-okd

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • surfer-okd
  1. 17 Nov, 2016 2 commits
    • Johannes's avatar
      Implement local file auth · dcb20866
      Johannes committed 8 years ago
      dcb20866 Browse Files
    • Johannes's avatar
      Update safetydance and add bcryptjs · 5a242369
      Johannes committed 8 years ago
      5a242369 Browse Files
  2. 15 Nov, 2016 2 commits
    • Johannes's avatar
      Bump version · 087f659a
      Johannes committed 8 years ago
      087f659a
    • Johannes's avatar
      Support multifile upload via the webinterface · ecfbca9f
      Johannes committed 8 years ago
      ecfbca9f Browse Files
  3. 06 Nov, 2016 8 commits
    • Johannes's avatar
      Bump version · 5be531a3
      Johannes committed 8 years ago
      5be531a3 Browse Files
    • Johannes's avatar
      Remove space · c81d3e1c
      Johannes committed 8 years ago
      c81d3e1c Browse Files
    • Johannes's avatar
      Make breadcrumbs clickable · 51723cdf
      Fixes #2
      Johannes committed 8 years ago
      51723cdf Browse Files
    • Johannes's avatar
      ensure we deal with encoding of paths correctly on the client · 5f43935e
      Johannes committed 8 years ago
      5f43935e Browse Files
    • Johannes's avatar
      URI decode all paths · 94ff5399
      Johannes committed 8 years ago
      94ff5399 Browse Files
    • Johannes's avatar
      Fix handling of paths with spaces · 5d361bf9
      Johannes committed 8 years ago
      5d361bf9 Browse Files
    • Johannes's avatar
      fix wrong css value · f65c7ea8
      Johannes committed 8 years ago
      f65c7ea8 Browse Files
    • Johannes's avatar
      No need to log profile on every login · d5296e28
      Johannes committed 8 years ago
      d5296e28 Browse Files
  4. 17 Sep, 2016 3 commits
    • Girish Ramakrishnan's avatar
      use node 4.2.6 · 9e3a924b
      Girish Ramakrishnan committed 8 years ago
      9e3a924b Browse Files
    • Girish Ramakrishnan's avatar
      Version 0.5.7 · 214c5e3f
      Girish Ramakrishnan committed 8 years ago
      214c5e3f
    • Girish Ramakrishnan's avatar
      add post install message · e7b4cd49
      Girish Ramakrishnan committed 8 years ago
      e7b4cd49
  5. 26 Aug, 2016 8 commits
    • Johannes Zellner's avatar
      Use new medialinks · 3724f36e
      Johannes Zellner committed 8 years ago
      3724f36e Browse Files
    • Johannes Zellner's avatar
      Use appId in tests everywhere · 8c87c0db
      Johannes Zellner committed 8 years ago
      8c87c0db Browse Files
    • Johannes Zellner's avatar
      Add medialinks · 7c789cb5
      Johannes Zellner committed 8 years ago
      7c789cb5
    • Johannes Zellner's avatar
      Bump version · 3f030be1
      Johannes Zellner committed 8 years ago
      3f030be1 Browse Files
    • Johannes Zellner's avatar
      use chrome instead of ff for tests · d9973759
      Johannes Zellner committed 8 years ago
      d9973759 Browse Files
    • Johannes Zellner's avatar
      Remove unused ENV DEBIAN_FRONTEND · 4b1efdff
      Johannes Zellner committed 8 years ago
      4b1efdff Browse Files
    • Johannes Zellner's avatar
      Adjust tests to backup subcommands · badac4c7
      Johannes Zellner committed 8 years ago
      badac4c7 Browse Files
    • Girish Ramakrishnan's avatar
      use latest base image · 78fb990d
      Girish Ramakrishnan committed 8 years ago
      78fb990d Browse Files
  6. 06 Jul, 2016 1 commit
    • Johannes Zellner's avatar
      Merge pull request #3 from ocdtrekkie/patch-1 · dccaea2e
      Add a license file
      Johannes Zellner committed 8 years ago
      dccaea2e Browse Files
  7. 05 Jul, 2016 1 commit
    • Jacob Weisz's avatar
      Add a license file · 4bedfc52
      According to your package.json file, this app is intended to be released under MIT licensing. However, without a LICENSE file, it is hard for visitors (or GitHub) to see this.
      
      https://help.github.com/articles/open-source-licensing/
      Jacob Weisz committed 8 years ago
      4bedfc52
  8. 04 Jul, 2016 3 commits
    • Johannes Zellner's avatar
      Indicate where to specify the public folder · 553c79b0
      Johannes Zellner committed 8 years ago
      553c79b0
    • Johannes Zellner's avatar
      Update the readme · 98e34a58
      Johannes Zellner committed 8 years ago
      98e34a58
    • Johannes Zellner's avatar
      Use new base image · 86400066
      Johannes Zellner committed 8 years ago
      86400066 Browse Files
  9. 18 May, 2016 2 commits
    • Johannes Zellner's avatar
      New version · 5bbeb698
      Johannes Zellner committed 9 years ago
      5bbeb698 Browse Files
    • Johannes Zellner's avatar
      Stop event processing for upload button · 34e99d76
      This prevents changing the url
      Johannes Zellner committed 9 years ago
      34e99d76 Browse Files
  10. 03 May, 2016 2 commits
    • Johannes Zellner's avatar
      Bump version · 6188849c
      Johannes Zellner committed 9 years ago
      6188849c Browse Files
    • Johannes Zellner's avatar
      Clear the file input prior to triggering it · e41fd8d8
      This ensures the change event is fired even if the file didn't change
      
      Fixes #2
      Johannes Zellner committed 9 years ago
      e41fd8d8 Browse Files
  11. 05 Apr, 2016 2 commits
    • Johannes Zellner's avatar
      Bump version · 0cce5096
      Johannes Zellner committed 9 years ago
      0cce5096 Browse Files
    • Johannes Zellner's avatar
      Support username and email login · b99589fc
      This change is required for the username !== userId cloudron change
      Johannes Zellner committed 9 years ago
      b99589fc Browse Files
  12. 30 Mar, 2016 1 commit
    • Girish Ramakrishnan's avatar
      add .git to .dockerignore · 2220fe14
      Girish Ramakrishnan committed 9 years ago
      2220fe14
  13. 03 Mar, 2016 5 commits
    • Johannes Zellner's avatar
      Changes for 0.5.1 · ab33783a
      Johannes Zellner committed 9 years ago
      ab33783a Browse Files
    • Johannes Zellner's avatar
      Add selenium tests · 5158ef83
      Johannes Zellner committed 9 years ago
      5158ef83 Browse Files
    • Johannes Zellner's avatar
      Add element ids for better testability · 5d6aed10
      Johannes Zellner committed 9 years ago
      5d6aed10 Browse Files
    • Johannes Zellner's avatar
      make tests work with npm test · f6edb785
      Johannes Zellner committed 9 years ago
      f6edb785
    • Johannes Zellner's avatar
      Add test files · dc22fed0
      Johannes Zellner committed 9 years ago
      dc22fed0