Nils Asmussen
0f1de0738c
Redirect to start page if we were logged out.
...
Previously, Lychee simply stopped working if, e.g., our cookie
expired without letting the user know what went wrong. Now, the user
gets redirected to the start page instead.
This happens if:
1) viewing a private album/photo is denied in private mode
2) the requested function on the served doesn't exist
The second case can also happen due to a bug in Lychee, though.
2016-08-20 11:50:24 +02:00
Tobias Reich
da92ac245a
Open Facebook and Twitter sharing sheet in new window
2016-04-08 23:05:19 +02:00
Tobias Reich
50086cfe69
Removed outdated first album check
2016-03-24 18:23:33 +01:00
Tobias Reich
5262a23ebb
Updated description of hidden option #24
2016-03-13 00:29:56 +01:00
Tobias Reich
63d6ad2c66
Renamed visible to hidden #27
2016-03-13 00:27:17 +01:00
Tobias Reich
45f8ff053e
Replaced albums.load() with lychee.goto()
2016-03-06 18:26:23 +01:00
Tobias Reich
827f48c5a7
Code style adjustment
2016-03-06 18:19:35 +01:00
Tobias Reich
20963ac463
Replaced lychee.goto('') with lychee.goto()
2016-03-06 18:19:27 +01:00
Tobias Reich
c594210579
Albums with empty titles are now allowed
2016-03-06 17:57:41 +01:00
Tobias Reich
e1dca6205a
Removed Untitled fallback for empty album titles
2016-03-06 16:51:12 +01:00
Tobias Reich
7dc4e01313
Fixed missing params var when Album::add returns and error
2016-01-31 17:51:42 +01:00
Tobias Reich
606968f349
Updated code style
2016-01-24 15:20:33 +01:00
Tobias Reich
453c587129
HTML and CSS changes
2015-09-28 18:47:50 +02:00
Tobias Reich
2e96f089a7
Fixed tons of XSS issues and escaping problems
2015-09-05 23:02:58 +02:00
Tobias Reich
9b833f89d1
Improved escaping
2015-09-05 14:08:14 +02:00
Tobias Reich
d3a87fbfbb
Fixed error when trying to download album with ampersand in password #356
2015-08-11 13:43:55 +02:00
Tobias Reich
a0ea271bd6
Updated albums.js (ES2015)
2015-07-11 13:47:43 +02:00
Tobias Reich
93db87a1f8
Updated album.js (ES2015)
2015-07-11 13:33:37 +02:00
Tobias Reich
359a51f153
Updated modals to work with the new basicModal (data-name => name)
2015-06-28 18:33:17 +02:00
Tobias Reich
e64e29f81f
Several album and photo handling changes
...
- Stopped view.js from cutting album and photo titles (#332 )
- Fixed album sorting (getByID, deleteByID)
- Fixed jQuery each bug when opening empty album
- Stop showing deleted photos in photo switcher
2015-05-14 15:42:28 +02:00
Tobias Reich
7e885425dc
Allow an album and photo title length of 50 chars #332
2015-05-10 23:01:07 +02:00
Tobias Reich
9f7d6278ab
Add single merge action with list select #341
2015-05-05 22:53:35 +02:00
Rouven Hurling
2e71c71a28
add confirmation modal and reload of albums after merge
2015-05-05 19:40:55 +02:00
Rouven Hurling
c69fe33df3
add Album::merge via Multiselection ContextMenu
2015-05-05 12:18:27 +02:00
Tobias Reich
df8fad52c5
Fixed editing text with single quotes #335
2015-04-30 23:11:12 +02:00
Tobias Reich
155ba27841
Fixed album.getID for SmartAlbums with non numeric ids
2015-03-31 23:14:42 +02:00
Tobias Reich
6aba10bea4
Reduced attr changes to improve performance
2015-03-29 19:22:39 +02:00
Tobias Reich
93fc15532a
Added 'visible' to album sidebar
2015-03-15 21:57:25 +01:00
Tobias Reich
7314245e60
Improved getID
2015-03-15 00:43:28 +01:00
Tobias Reich
26cdd98dfc
Fixed fading divider in infobox
2015-03-14 22:34:15 +01:00
Tobias Reich
87537eba2d
Feature: Edit sharing properties of album
2015-02-28 23:42:13 +01:00
Tobias Reich
e7cb1b1c77
Fixed sharing information in album infobox
2015-02-28 21:36:59 +01:00
Tobias Reich
138bf714c5
Streamlined type of star and public
2015-02-27 22:14:19 +01:00
Tobias Reich
b226f879b0
Streamlines type of password
2015-02-27 21:16:22 +01:00
Tobias Reich
67dce773e6
Updated Album::getAll
2015-02-27 20:37:24 +01:00
Tobias Reich
3f4bfe253d
Removed useless md5 hashing in front-end and added username hashing in back-end
2015-02-08 15:36:13 +01:00
Tobias Reich
5678de1000
New naming for all API calls
2015-02-02 23:36:33 +01:00
Tobias Reich
6cd79ee169
New api object
2015-02-02 21:55:33 +01:00
Tobias Reich
0630554789
Updated copyright
2015-02-01 22:08:37 +01:00
Tobias Reich
f9d753395a
Auto-focus password input when sharing album
2015-01-30 00:35:30 +01:00
Tobias Reich
68893ae402
Fixed photo badge not updating
2015-01-30 00:34:08 +01:00
Tobias Reich
20bcac4dd2
Fixed album sharing with password protection
2015-01-30 00:20:11 +01:00
Tobias Reich
53c1366e7e
New dialogs
2015-01-16 21:39:32 +01:00
Tobias Reich
5c8f2fe036
New dialogs
2015-01-16 19:52:34 +01:00
Tobias Reich
287917ebc9
New dialog system (WIP)
...
+ Added vars for shadows
+ Removed ctrl-modifer (#288 )
2015-01-09 14:34:38 +01:00
Tobias Reich
522d31d33d
Added new JS module: header
2015-01-04 22:27:34 +01:00
Tobias Reich
4a6a86e7c7
Fixed fadeIn fadeOut animations
2014-12-04 22:11:03 +01:00
Tobias Reich
c849cf33a9
Front-end rewrite #275
2014-11-20 23:27:41 +01:00
Tobias Reich
752d094775
Front-end rewrite #275
2014-11-20 23:02:14 +01:00
Tobias Reich
b4d356f7e4
Front-end rewrite #275
2014-11-20 22:28:30 +01:00