b05015e76e
AlbumIndex: rewrite to use Bootstrap grid for tiles
2023-04-01 14:02:58 +02:00
a260f4ff88
ErrorHandler: use var_export for dumping superglobals as well
2023-03-28 19:21:19 +02:00
2a528f2830
ErrorHandling: improve argument handling for debug info
...
`var_dump` was the wrong function to call for objects, as it would just output all object
data to the output buffer... Let's generalise and use `var_export` instead :-)
2023-03-28 19:21:07 +02:00
6c5d814a99
PageIndexWidget: hide page numbers on smaller screens
2023-03-21 23:12:47 +01:00
9a8a91343b
Remove old import and upgrade scripts
2023-03-21 22:48:18 +01:00
af0c8990a6
PhotosIndex: fix arrow-key based navigation
2023-03-20 18:30:30 +01:00
b2bcb6a124
Fix error handling for functions without arguments
2023-03-15 09:49:55 +01:00
d1741f2478
User: less strict typing for $reset_key property
2023-03-14 21:22:35 +01:00
d7837741cc
Changes version of bootstrap to 5.2 (stable)
2023-03-14 19:33:59 +01:00
e496c7cc14
Merge pull request 'New bootstrap-based layout' ( #30 ) from bootstrap into master
...
Reviewed-on: #30
2023-03-14 19:11:24 +01:00
65cea8ed8a
UploadMedia: only set thumb asset id for tags that don't have one yet
2023-03-13 16:30:24 +01:00
c6dc6bbac4
AlbumIndex: don't over-fit placeholder images
2023-03-13 01:37:31 +01:00
e48f065c25
PhotoIndex: fix inadvertent thumb stretching in rare cases
2023-03-13 01:33:29 +01:00
c991f05dd3
ViewPhoto: rework solution to work for panoramas, too
2023-03-12 12:58:58 +01:00
5c2eff09b8
PhotoPage: apply #photo_frame anchor to clicks as well
2023-03-12 12:55:32 +01:00
85be093a36
ViewPhoto: improve vertical alignment of prev/next buttons
2023-03-12 12:42:43 +01:00
c735648468
ViewPhoto: improve image alignment in page
2023-03-12 12:37:57 +01:00
41881594e9
PhotoMosaic: make photo order more intuitive
2023-03-12 12:34:47 +01:00
29bf6af1f8
Asset: delete thumbnails when deleting an assets
2023-03-12 12:21:43 +01:00
3f66fce262
MediaUploader: explicitly support image/jpeg only
2023-03-12 12:07:17 +01:00
244af88a9a
Asset: cleaner handling of conflicting filenames
2023-03-12 12:02:21 +01:00
3ed84eb4d5
UploadQueue: more correct HEIC extension check
2023-03-12 11:47:36 +01:00
229fb9e5bf
UploadQueue: refactor into proper ECMAScript class
2023-03-12 11:45:37 +01:00
54b69ecd11
MediaUploader: simplify form control design
2023-03-12 11:33:16 +01:00
544944a7f5
Edit{Album,Tag}: fix new tag creation
2023-03-12 11:32:13 +01:00
6087ebe249
AutoSuggest: fix click/append event
...
Keyboard was fine, it was just mouse events that were broken ^^'
2023-03-12 01:19:43 +01:00
3cf281b24d
AdminMenu: add error count to badge iff count > 0
2023-03-12 01:04:28 +01:00
01822cdccf
Fix Button, ConfirmDeletePage, WarningDialog templates
2023-03-12 01:00:50 +01:00
0325a2ec90
EditAssetForm: make form look presentable
2023-03-12 00:53:47 +01:00
70fcd097cc
EditAsset: remove reference to old admin bar
2023-03-12 00:39:15 +01:00
2c24a0a7e7
MainTemplate: open vanity link in new tab
2023-03-11 22:15:17 +01:00
c7e4351375
Change album/tile label font to Coda, too
2023-03-11 22:13:55 +01:00
0b8c614191
Manage{Assets,Tags}: link user names to edituser
2023-03-11 22:07:00 +01:00
e916489d00
PhotoPage: only use columns on large displays
2023-03-11 22:04:02 +01:00
1859a9ea2a
LogInForm: fix smartphone view
2023-03-11 21:57:55 +01:00
d83dd6ea6e
Remove more obsolete styling
2023-03-11 21:55:44 +01:00
eb04e87085
Change autosuggest padding
2023-03-11 21:52:44 +01:00
16eda4cfe7
Move autosuggest styles to default.css
2023-03-11 21:50:08 +01:00
4c928af9ad
AlbumIndex: set thumbnail dimensions for 'no thumb' images too
2023-03-11 21:46:23 +01:00
b8c53d7d4d
ViewPhotoAlbum: prevent undefined index due to missing thumb
2023-03-11 21:45:03 +01:00
1b7e745f11
Clean up Tag::resetIdAsset
2023-03-11 21:41:23 +01:00
aa3a54f237
Asset: guard using property_exists in constructor
2023-03-11 21:39:20 +01:00
0b0d47acb8
UploadQueue: error out of HEIC files are presented
2023-03-11 21:36:32 +01:00
a4cc528951
ManageAssets: allow batch deletion of assets
2023-03-11 21:24:55 +01:00
5b8551a726
EditAlbum: allow specifying a thumbnail ID manually if none are present
2023-03-11 20:46:31 +01:00
5cff62836e
ManageTags: display owning user in table
2023-03-11 20:39:55 +01:00
310fe7c3d6
Hide thumbnail selection when none available
2023-03-11 20:37:39 +01:00
167a50cb92
ViewPhotoAlbum: tweak album buttons to be more useful
2023-03-11 20:34:58 +01:00
d9fd2ae20d
Add upgrade script for new tag ownership
2023-03-11 20:27:45 +01:00
a76dde927b
AccountSettings: list tags owned by current user
2023-03-11 20:27:09 +01:00