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

Repository avatars #6986

Merged
merged 38 commits into from
May 30, 2019
Merged

Repository avatars #6986

merged 38 commits into from
May 30, 2019

Commits on May 19, 2019

  1. Repository avatars

    - first variant of code from old work for gogs
    - add migration 87
    - add new option in app.ini
    - add en-US locale string
    - add new class in repository.less
    sergey-dryabzhinsky committed May 19, 2019
    Configuration menu
    Copy the full SHA
    a2b9436 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c94c201 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    259c995 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ad6526 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    903c8ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a16f49e View commit details
    Browse the repository at this point in the history
  7. Fix formatting

    sergey-dryabzhinsky committed May 19, 2019
    Configuration menu
    Copy the full SHA
    e8367ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    822e33f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    984199a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    253e7d1 View commit details
    Browse the repository at this point in the history
  11. Typo

    sergey-dryabzhinsky committed May 19, 2019
    Configuration menu
    Copy the full SHA
    53379c6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ef07e9b View commit details
    Browse the repository at this point in the history
  13. Fixes:

    - remove old avatar file on upload
    - use ID in name of avatar file - users may upload same files
    - add simple tests
    sergey-dryabzhinsky committed May 19, 2019
    Configuration menu
    Copy the full SHA
    3ccee72 View commit details
    Browse the repository at this point in the history
  14. Fix fmt check

    sergey-dryabzhinsky committed May 19, 2019
    Configuration menu
    Copy the full SHA
    52f877b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0a84f5c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a280eeb View commit details
    Browse the repository at this point in the history
  17. Fix error message

    sergey-dryabzhinsky committed May 19, 2019
    Configuration menu
    Copy the full SHA
    b9e3514 View commit details
    Browse the repository at this point in the history
  18. Update avatar upload checks:

    - add file size check
    - add new option
    - update config docs
    - add new string to en-us locale
    sergey-dryabzhinsky committed May 19, 2019
    Configuration menu
    Copy the full SHA
    32cc0f9 View commit details
    Browse the repository at this point in the history
  19. Fixes:

    - use FileHEader field for check file size
    - add new test - upload big image
    sergey-dryabzhinsky committed May 19, 2019
    Configuration menu
    Copy the full SHA
    b660e55 View commit details
    Browse the repository at this point in the history
  20. Fix formatting

    sergey-dryabzhinsky committed May 19, 2019
    Configuration menu
    Copy the full SHA
    82b1333 View commit details
    Browse the repository at this point in the history
  21. Update comments

    sergey-dryabzhinsky committed May 19, 2019
    Configuration menu
    Copy the full SHA
    d71e535 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1ef191b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4519847 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    025b66b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Update repos list view

    - bigger avatar
    - fix html blocks alignment
    sergey-dryabzhinsky committed May 20, 2019
    Configuration menu
    Copy the full SHA
    0c45c04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89f9938 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. Configuration menu
    Copy the full SHA
    b2daa63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ddcd54 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

  1. Configuration menu
    Copy the full SHA
    e023259 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3ea244 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30c0aab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30bbe9f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

  1. Missed new option definition in app.ini

    Add file size check in user/profile avatar upload
    sergey-dryabzhinsky committed May 26, 2019
    Configuration menu
    Copy the full SHA
    c3f386c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

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

Commits on May 29, 2019

  1. Configuration menu
    Copy the full SHA
    c007a9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01c3ef8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f53758a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    141d542 View commit details
    Browse the repository at this point in the history