Commit Graph

43 Commits

Author SHA1 Message Date
Tobias Reich
f460569bdc Merge branch 'develop' into feature/subalbums
# Conflicts:
#	src/package.json
#	src/scripts/lychee.js
2016-10-25 18:32:14 +02:00
Tobias Reich
623325691f Nobody needs a copyright in each file… 2016-10-25 18:11:27 +02:00
Tobias Reich
e64e8ae621 Removed select all
Makes no sense anymore as albums can contain albums and photos and you can only select one type => Error when using select all
2016-08-22 14:53:34 +02:00
Tobias Reich
993738af49 Merge branch 'multiselect' of https://github.com/hrniels/Lychee into hrniels-multiselect 2016-08-22 14:10:18 +02:00
Tobias Reich
5bbac75481 Merge branch 'develop' into feature/subalbums 2016-08-22 14:01:10 +02:00
Nils Asmussen
0746acda79 Allow to select photos/albums individually (fixes #339).
This commit adds support for selecting photos and albums individually
via ctrl+click. For that, the event handlers in init.js call to
multiselect now, which collects the photo/album ids and calls the
appropriate method of contextMenu in the end.
2016-08-14 20:15:20 +02:00
Nils Asmussen
8181bd6ce6 Removed duplicated timeout for header.
Because of that, the timeout for going into fullscreen mode
has been changed from 500ms to 1s.
2016-08-06 15:19:55 +02:00
Nils Asmussen
d121e2c4f6 Go to parent album on ESC. 2016-07-30 00:00:54 +02:00
Tobias Reich
20963ac463 Replaced lychee.goto('') with lychee.goto() 2016-03-06 18:19:27 +01:00
Tobias Reich
606968f349 Updated code style 2016-01-24 15:20:33 +01:00
Tobias Reich
dce837171b Fixed the swipe animation 2016-01-06 17:19:23 +01:00
Tobias Reich
453c587129 HTML and CSS changes 2015-09-28 18:47:50 +02:00
Tobias Reich
4d65819cd9 Removed old visible.message()-function 2015-07-12 14:47:55 +02:00
Tobias Reich
1987286efc Updated init.js (ES2015) 2015-07-11 16:53:37 +02:00
Tobias Reich
aca4fcf400 Only use touchend when really available and on mobile #345 2015-07-09 17:30:31 +02:00
Tobias Reich
cb88c90cbd Only init swiping when eventName is 'touchend' 2015-07-09 15:21:19 +02:00
Tobias Reich
024e015b9b Improved touchend support check #345 2015-06-27 21:48:17 +02:00
Tobias Reich
8edaba5136 Fixed view.php 2015-04-05 00:40:39 +02:00
Tobias Reich
9725eb707d Moved binding to multiselect.bind() and header.bind() 2015-03-15 21:29:54 +01:00
Tobias Reich
2b39f64c34 Infobox to Sidebar (rewrite)
- Sidebar now visible along content
- Interact with the content while the sidebar stays open
- Fixed "ctrl+a also selects the "about" tab #230"
- Sidebar redesign
- Own module for the sidebar
2015-03-15 01:48:11 +01:00
Tobias Reich
61cf46be1f Added loadingBar.dom, changed visible.header 2015-03-06 22:48:41 +01:00
Tobias Reich
389142385d Improved if-conditions 2015-02-28 23:39:28 +01:00
Tobias Reich
d0616d678b Quickly switch between photos 2015-02-07 00:04:20 +01:00
Tobias Reich
0630554789 Updated copyright 2015-02-01 22:08:37 +01:00
Tobias Reich
f8bf8df5cc New dialog for upload, removed unused code 2015-01-31 00:30:47 +01:00
Tobias Reich
168d0ed2ce Removed legacy modal-system 2015-01-30 00:21:20 +01:00
Tobias Reich
b27ccbe349 Replaced mobileBrowser() with a better test 2015-01-29 23:07:38 +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
7d37bf8ebb Do not disable right-click #213 2015-01-08 20:11:04 +01:00
Tobias Reich
522d31d33d Added new JS module: header 2015-01-04 22:27:34 +01:00
Tobias Reich
eb66c30e8b event_name to eventName 2015-01-04 20:41:09 +01:00
Tobias Reich
3465c96180 Several changes
- New classes for previous and forward photo
- Improved setTitle
- Use document.title for lychee.title as default
- Updated jQuery and other deps
2015-01-02 01:47:49 +01:00
Tobias Reich
404ebc2988 Added Infobox basic elements to index.html 2014-12-28 23:51:13 +01:00
Tobias Reich
2c0a9a489f Fixed search x, new InfoBox close 2014-12-28 23:29:01 +01:00
Tobias Reich
35e0627d81 Removed unused code 2014-11-30 00:28:38 +01:00
Tobias Reich
4b9030effb Code adjustments 2014-11-27 23:10:05 +01:00
Tobias Reich
edcffdc8eb Front-end rewrite #275 2014-11-22 20:37:22 +01:00
Tobias Reich
88874750ba Front-end rewrite #275 2014-11-22 20:09:38 +01:00
Powen Tan
2b91a1b368 Change event for button_settings button 2014-11-10 14:35:20 +08:00
Tobias Reich
94e40d24bd Replaced name with description 2014-11-01 23:57:36 +01:00
Tobias Reich
8ba427216e Removed Tooltip JS #245 2014-10-21 14:55:35 +02:00
Tobias Reich
4eebcedfe0 Comment cleanup 2014-10-21 13:38:32 +02:00
Tobias Reich
961039bdfb Changed folder structure 2014-10-10 23:30:10 +02:00