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

[stable10] Colorize checkboxes depending on theming color #634

Closed
wants to merge 60 commits into from

Commits on Jul 20, 2016

  1. Use proper certificates

    Ports bcf6935
    LukasReschke committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    96c2b0d View commit details
    Browse the repository at this point in the history
  2. Add ownCloud cert

    LukasReschke committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    fb00618 View commit details
    Browse the repository at this point in the history
  3. Port 2d37341 to stable10

    LukasReschke committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    d4f9a69 View commit details
    Browse the repository at this point in the history
  4. Link to proper clients

    LukasReschke committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    decfd1a View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

  1. Revert "Remove "Help" link from personal sidebar"

    This reverts commit deef15a.
    LukasReschke committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    3055342 View commit details
    Browse the repository at this point in the history
  2. Add proper links

    LukasReschke committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    ed21916 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10f3178 View commit details
    Browse the repository at this point in the history
  4. Use proper branding

    Stable9 has this already
    LukasReschke committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    0caeb31 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #489 from nextcloud/stable10-brand-to-nextcloud

    [stable10] Use proper branding
    MorrisJobke authored Jul 21, 2016
    Configuration menu
    Copy the full SHA
    cb08ab7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #487 from nextcloud/stable10-link-proper

    [stable10] Properly link to nextcloud
    MorrisJobke authored Jul 21, 2016
    Configuration menu
    Copy the full SHA
    db5a709 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #485 from nextcloud/stable10-reenable-help-section

    [Stable10] reenable help section
    MorrisJobke authored Jul 21, 2016
    Configuration menu
    Copy the full SHA
    d8b9672 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f98bc93 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #495 from nextcloud/fix-layout-public-upload-stable10

    [stable10] move closing div to the right place
    MorrisJobke authored Jul 21, 2016
    Configuration menu
    Copy the full SHA
    b4c7eb5 View commit details
    Browse the repository at this point in the history
  10. AppFramework do not get default response

    The OCSResponse differs from other responses in that it defaults to
    XML. However we fell back to json by default.
    
    This makes sure that if nothing is set we don't pass anything.
    Which defaults then to the controllers default (which is often 'json')
    but in the case of the OCSResponse 'xml'.
    rullzer committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    2abd832 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2016

  1. Configuration menu
    Copy the full SHA
    c8c78fd View commit details
    Browse the repository at this point in the history
  2. Change the app name

    nickvergessen committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    f4fbdba View commit details
    Browse the repository at this point in the history
  3. FIx typo

    nickvergessen committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    413968d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #512 from nextcloud/backport-496-doc-fix-10

    [stable10] Make the changes from doc fix persistant
    rullzer authored Jul 22, 2016
    Configuration menu
    Copy the full SHA
    49a4654 View commit details
    Browse the repository at this point in the history
  5. Fix the license script

    nickvergessen committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    3f4db2d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3a11e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d5a854 View commit details
    Browse the repository at this point in the history
  8. Fix e-mail in mailmap

    rullzer authored and nickvergessen committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    a08e201 View commit details
    Browse the repository at this point in the history
  9. Run the license script

    nickvergessen committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    23b205e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #515 from nextcloud/run-le-script-10

    [stable10] Run the license script
    MorrisJobke authored Jul 22, 2016
    Configuration menu
    Copy the full SHA
    09812c6 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #513 from nextcloud/backport-505-license-mailmap

    [stable10] license and mailmap backports
    MorrisJobke authored Jul 22, 2016
    Configuration menu
    Copy the full SHA
    3a21265 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2016

  1. Configuration menu
    Copy the full SHA
    28dffaa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #548 from nextcloud/backport-530-theming-autoloading

    [stable10] Make sure we try to autoload the class
    MorrisJobke authored Jul 25, 2016
    Configuration menu
    Copy the full SHA
    750644a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #508 from nextcloud/stable10_ocs_appframework_xml

    [Stable10] AppFramework do not get default response
    MorrisJobke authored Jul 25, 2016
    Configuration menu
    Copy the full SHA
    d181301 View commit details
    Browse the repository at this point in the history
  4. Fix error message while restoring all files

    * use $_POST['files'] only of ssinlge files are restored
    * fixes #528
    MorrisJobke committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    edc15db View commit details
    Browse the repository at this point in the history
  5. Merge pull request #551 from nextcloud/stable10-backport-547

    [stable10] Fix error message while restoring all files
    MorrisJobke authored Jul 25, 2016
    Configuration menu
    Copy the full SHA
    4c45d0f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2016

  1. Add proper scope to files external CSS

    * for select2
    MorrisJobke committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    d5e783d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #562 from nextcloud/stable10-backport-557

    [stable10] Add proper scope to files external CSS
    MorrisJobke authored Jul 26, 2016
    Configuration menu
    Copy the full SHA
    010a8b4 View commit details
    Browse the repository at this point in the history
  3. Update themingcontroller.php

    Jos Poortvliet authored and juliushaertl committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    148cb09 View commit details
    Browse the repository at this point in the history
  4. Update header.css

    make the logo look good on the login page
    Jos Poortvliet authored and juliushaertl committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    a8616f6 View commit details
    Browse the repository at this point in the history
  5. Adjust tests

    LukasReschke authored and juliushaertl committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    9281b00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db755d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1013fac View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2016

  1. Merge pull request #569 from nextcloud/stable10-fix-theme-logo-position

    [stable10] fix theme logo position
    schiessle authored Jul 27, 2016
    Configuration menu
    Copy the full SHA
    cb10ca5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24d3164 View commit details
    Browse the repository at this point in the history
  3. Add icon for tags app

    MariusBluem authored Jul 27, 2016
    Configuration menu
    Copy the full SHA
    4b96e3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac5987a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c476e4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #588 from nextcloud/stable10-app-icons

    [stable10] Add app icons for Comments and Tags
    MorrisJobke authored Jul 27, 2016
    Configuration menu
    Copy the full SHA
    df3cacd View commit details
    Browse the repository at this point in the history
  7. Merge pull request #599 from nextcloud/fix-defaultapp-master-stable10

    Redirect to default page after login
    schiessle authored Jul 27, 2016
    Configuration menu
    Copy the full SHA
    b0f2359 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #580 from nextcloud/backport-550-stable10

    [stable10] fix autoloading in LPAP integration tests, resolves #544
    MorrisJobke authored Jul 27, 2016
    Configuration menu
    Copy the full SHA
    0e816a6 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #591 from nextcloud/fixing-undefined-OfflineUser-c…

    …omposeAndStoreDisplayName-stable10
    
    [stable10] Fix undefined OfflineUser::composeAndStoreDisplayName()
    MorrisJobke authored Jul 27, 2016
    Configuration menu
    Copy the full SHA
    1fc7248 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2016

  1. change core to server

    oparoz authored Jul 28, 2016
    Configuration menu
    Copy the full SHA
    dbafc18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8856009 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12a35e4 View commit details
    Browse the repository at this point in the history
  4. Fix unit tests

    MorrisJobke authored and jancborchardt committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    c9b4a2b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #614 from nextcloud/stable10-ns-server-contributin…

    …g.md
    
    [stable10] change core to server - backport of #533
    MorrisJobke authored Jul 28, 2016
    Configuration menu
    Copy the full SHA
    77c18e4 View commit details
    Browse the repository at this point in the history
  6. Support subdir in the OCS v2 endpoint

    We should check against the ending substring since people could
    run their nextcloud in a subfolder.
    
    * Added test
    rullzer committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    6990a4e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #609 from nextcloud/stable10_606

    Support subdir in the OCS v2 endpoint
    rullzer authored Jul 28, 2016
    Configuration menu
    Copy the full SHA
    e184e4a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #622 from nextcloud/stable10-fix-searchbox-background

    [stable10] fix searchbox background
    MorrisJobke authored Jul 28, 2016
    Configuration menu
    Copy the full SHA
    b1830b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5c12c8c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    49ef994 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aa4e133 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b7024b4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1f3e55b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4eb85f1 View commit details
    Browse the repository at this point in the history