Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-01Merge pull request #8404 from Flaburgan/8118-scrolling-photosBenjamin Neff
Do not recreate blueimp each time you're scrolling in the photos page
2022-11-01Merge pull request #8403 from ↵Benjamin Neff
SuperTux88/cleanup-duplicate-pods-for-real-this-time Cleanup duplicate pods
2022-10-31Add info links (the ones in the footer in the desktop version) into the ↵flaburgan
drawer for mobile, fixes #7949
2022-10-31Do not recreate blueimp each time you're scrolling in the photos page, fixes ↵flaburgan
#8118
2022-10-31Show ports on pods listBenjamin Neff
otherwise pods with different ports (or without port) all look the same, like if they are duplicates
2022-10-31Cleanup duplicate pods in databaseBenjamin Neff
The unique index doesn't work when the port is `NULL`. So use `-1` instead for when using the default ports (80/443), as if we would use the real ports, we could still have both 80 and 443 in the database at the same time.
2022-09-21Merge pull request #8217 from tclaus/7080_multi_select_on_aspects_on_mobileBenjamin Neff
multi select on aspects on mobile closes #7080
2022-09-12Using mixins for aspects css styleThorsten Claus
2022-09-01Finishing TouchesThorsten Claus
2022-08-30#7080: SCSS adaptation for displaying the selection of the aspect selection ↵Sébastien Adam
button
2022-08-30#7080 Adaptation of the JS for the behavior of the aspect selection button.Sébastien Adam
2022-08-26Make inline code inside links show the link color.Dennis Schubert
Fixes #8386
2022-07-31Adding total and active count to pod viewThorsten Claus
The backend adds the total count for all pods, as well as the count for active pods. In the frontend shows the new counts but without any further user interactions
2022-07-23Merge branch 'next-minor' into developBenjamin Neff
2022-07-23Show software and version directly in the pods table if no errorsBenjamin Neff
closes #8379
2022-07-20Merge branch 'next-minor' into developBenjamin Neff
2022-07-20Move ActsAsTaggableOn::Tag overrides to initializerBenjamin Neff
This is to prepare for zeitwerk autoloader, and the old file couldn't be autoloaded anyway, so the easiest is to just move it out of the models folder.
2022-07-20Upgrade to sprockets 4Benjamin Neff
2022-07-18Add url fix for blueimp-gallery error.svg in csscmrd Senya
2022-07-17Replace textchange with native input eventcmrd Senya
2022-07-17Drop jquery.textchangecmrd Senya
2022-07-17Merge branch 'develop' into use-yarn-for-assetscmrd Senya
2022-07-16Merge pull request #8358 from tclaus/supporting_heic_imagesBenjamin Neff
Using webp as storage format for images
2022-07-12blueimp: fix image asset URLcmrd Senya
2022-07-12Use yarn for front-end dependencies instead of rails-assetscmrd Senya
2022-07-04Merge branch 'next-minor' into developBenjamin Neff
2022-07-04Remove compass-rails and just use the few images without a spriteBenjamin Neff
Fixes #6433
2022-07-01Issue #8355: Adding webp as supported file formatThorsten Claus
Converting all uploaded images to the webp format.
2022-06-19Remove unread var in mobile_file_uploader.jsSage Ross
This doesn't appear to be actually used, but if `gon` on not defined — which may happen in jasmine tests when run in random order — then it causes test failures. Closes #8333
2021-11-23Merge branch 'next-minor' into developBenjamin Neff
2021-11-23Add sharing status in hovercards, fixes #6542flaburgan
closes #8317
2021-11-23Refactor hovercards, fixes #8315flaburgan
closes #8316
2021-11-23Add a max-width to user name in the header, fixes #7676flaburgan
closes #8313
2021-10-25Merge pull request #8237 from tclaus/7878-direct-image-pastingBenjamin Neff
7878 direct image pasting fixes #7878 closes #7883
2021-09-18Merge branch 'next-minor' into developBenjamin Neff
2021-09-18#7960 Add support for Markdown footnote syntaxThorsten Claus
2021-07-26Merge branch 'next-minor' into developBenjamin Neff
2021-07-26Using galleries default border radius Small indicator images in image ↵Thorsten Claus
gallery are round ones, this doesn't correspond with preview shown in stream. It also doesn't look good on real-world images. (may look OK for User profile images) closes #8275
2021-06-27Merge branch 'next-minor' into developBenjamin Neff
2021-06-27Add more closing tags to fix specsAkshay S Dinesh
closes #8159
2021-06-13Merge pull request #8232 from tclaus/local_public_postsBenjamin Neff
Show Local public posts closes #8220
2021-06-13Merge branch 'next-minor' into developBenjamin Neff
2021-06-13Add closing tags to replace invalid self-closing tagsPirate Praveen
closes #8251 closes #8158
2021-04-18Adds a local-public tag on the sidebar that shows all posts local to this podThorsten Claus
2021-04-14Expand publisher on drag&dropThorsten Claus
2021-04-137878 directly pasting images into edit box and broader drag and drop areasHank Grabowski
2021-04-11Use jquery-ui-rails instead of rails-assets-jquery.uiPirate Praveen
closes #8147
2021-04-11Merge branch 'next-minor' into developJonne Haß
2021-04-11Add scrollbar to aspect dropdownsGayathrir1666
closes #8213 closes #7696 Co-authored-by: Hank Grabowski <hankgrabowski@gmail.com> Co-authored-by: Thorsten Claus <thorstenclaus@web.de>
2021-04-11Merge branch 'next-minor' into developJonne Haß