balder icon indicating copy to clipboard operation
balder copied to clipboard

Balder - Open source Ruby on Rails photo gallery

Results 17 balder issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 0.3.56 to 0.3.61. Release notes Sourced from tzinfo's releases. v0.3.61 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require from...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.12.5. Release notes Sourced from nokogiri's releases. 1.12.5 / 2021-09-27 Security [JRuby] Address CVE-2021-41098 (GHSA-2rr5-8q37-2w7h). In Nokogiri v1.12.4 and earlier, on JRuby only, the SAX...

dependencies

I have a patch for this over in https://github.com/rick/balder/pull/1, specifically https://github.com/rick/balder/commit/81af9e7eedef9cf5a1d676213f888d6cfee40fa7 but I'm not clear on what the various concerns are (and whether this will break something for other folks)....

please add this to documentation for the app: disable setup once you have created the first user with admin permissions! i used your code to create a site and the...

I moved some images on my server from one old gallery to the uploads folder into a new album. When I called /photos/scan to import the new photos, the scan...

Bug

All public content should be cached.

Feature request

String does no longer have a to_a method, so photo.Keywords.to_a breaks for single tagged images. The solution was to use the [Kernel#Array](http://www.ruby-doc.org/core/classes/Kernel.html#M005989) method in app/models/photo.rb:70

Bug

After adding a file manually to s3 I visited /photos/scan produced server 500 error, log output below. ``` 2012-04-24T19:27:03+00:00 heroku[router]: GET photos.kfring.com/photos/scan dyno=web.1 queue=0 wait=0ms service=50ms status=500 bytes=728 2012-04-24T19:27:03+00:00 heroku[nginx]:...

Feature request

I get an error every time I use scandic chars like ä or ö in a tag name. Also albums with those chars leave ugly breadcrumbs. Tag in question was:...

Bug

Upload fails with HTTP error and log file has a few lines that don't help me much. Only fails after upload is almost done(94-100%) might happen right after upload is...

Enhancement