Commit graph

826 commits

Author SHA1 Message Date
Matthias Strubel 7374779b90 timesave: Rework timesave feature.
- Use timestamp of modification file over content.
 - align function close to sysfixtime of OpenWrt/LEDE.
 - Still save changes to USB stick other then firmware to save
   the firmware.

One part of #138
2017-06-30 09:31:32 +02:00
Matthias Strubel 0984bfaa40 Remove obselete files 2017-06-30 09:11:36 +02:00
Matthias Strubel dc275754a6 Erase Whitespace 2017-06-30 09:11:10 +02:00
Matthias Strubel 5ef6373b37 Rename to avoid confusion of git checkout development 2017-06-30 09:10:00 +02:00
Matthias Strubel ba6504186b Merge remote-tracking branch 'origin/LEDE_adjustments' into development
* origin/LEDE_adjustments:
  Raizse Version to 1.2 and disable radvd for OpenWrt
2017-06-29 11:55:20 +02:00
Matthias Strubel 2418016fd6 Merge remote-tracking branch 'github/development' into LEDE_adjustments
Conflicts:
	Makefile
2017-06-29 03:29:37 -05:00
Matthias Strubel 8abf7c0710 Merge remote-tracking branch 'origin/development' into LEDE_adjustments 2017-06-29 03:28:07 -05:00
Matthias Strubel 059ecb182a Raizse Version to 1.2 and disable radvd for OpenWrt 2017-06-29 03:12:12 -05:00
Matthias Strubel 3301185771 init scripts: Fixing RADVD startup 2017-05-25 22:47:39 +02:00
Matthias Strubel 79bc6ff972 content scripts.js : Fix syntax error which broke jQuery 2017-05-22 08:07:11 +02:00
Matthias Strubel a881760aba CHANGELOG: First change list 2017-05-22 07:39:28 +02:00
Matthias Strubel 36548a4572 Remove redirect.html, now make use of index.html only 2017-05-22 07:36:20 +02:00
Matthias Strubel 9eebea7d6e locale, de: Fix grammar 2017-05-16 06:59:53 +02:00
Matthias Strubel 89165c03a7 install_piratebox.sh : fix distribute directory listing files
Do not distribute custom directory listing files during init if
that was disabled in piratebox.conf.

This is needed for customization.
2017-05-14 12:49:55 +02:00
Matthias Strubel cf0869f2c2 RPi, switch client: Fix path 2017-05-07 20:24:00 +02:00
Matthias Strubel 96c1453849 mime.types: Adding gpx mime-type 2017-04-30 09:38:09 +02:00
Matthias Strubel 7a667bfe2f initd: minircd startup fix setuid
remove setuid option, because start-stop-daemon already does
2017-04-11 07:15:14 +02:00
Matthias Strubel 4a5f881814 initd: fix miniircd startup
miniircd can not handle quotations correctly
2017-04-11 06:33:04 +02:00
Matthias Strubel d9a7720425 install_piratebpx.sh : Apply feedback from shellchecker 2017-03-20 22:46:49 +01:00
Matthias Strubel 22cd996dd5 install_piratebox.sh : Remove the need to provide config file 2017-03-20 22:29:54 +01:00
Matthias Strubel 70e90727e9 lighttpd: Some needed configuration cleanups 2017-03-20 22:21:08 +01:00
Matthias Strubel 123c5b96f5 lighttpd: Only capture all redirects for non piratebox hostnames
Fixes #166
2017-03-20 22:08:38 +01:00
Matthias Strubel 572509c48e Merge branch 'hotfix-1.1.3' into development 2017-03-20 21:59:10 +01:00
Matthias Strubel 150ba186da Merge branch 'hotfix-1.1.3'
* hotfix-1.1.3: (25 commits)
  js/script.js : Add additional disk usage refresh.
  Switch to version 1.1.3
  CHANGELOG: note down RPi Adjustments
  Version flag 1.1.3-beta
  RPI-MOTD: Version update
  Introduced SDCard helper for RPi
  CHANGELOG: Add missing entries for 1.1.3
  lighttpd.conf: Reduce cache to a minimum
  usb_share.sh: Force disk usage update
  hostapd.conf: More Comments in hostapd for WPA mode
  Feature: Add scripts for on the fly client mode
  wifi_detect: only change piratebox.conf if it is a wifi device
  wifi_detect.sh: Bugfixes and adjust piratebox configuration
  hostapd.conf:  More comment to enable n wifi mode
  Fix for issue on RPi3 with multiple wifi cards
  Fix Shellcheck results
  Track fix ger language
  Track new contribution
  Correct/translate German localisation strings.
  --added brazilian portuguese translation to the landing page (data.pt-br.properties)
  ...
2017-03-19 16:55:17 +01:00
Matthias Strubel 7602d1f7d7 js/script.js : Add additional disk usage refresh.
In the current config, the disk usage is only refreshed during
PirateBox start or via Button. With that adjustment we create a
bit more load, but the usage is refreshed better.
2017-03-19 10:08:01 +01:00
Matthias Strubel e62957ab2a Switch to version 1.1.3 2017-03-18 21:52:02 +01:00
Matthias Strubel a21cb09cff CHANGELOG: note down RPi Adjustments 2017-03-18 19:07:16 +01:00
Matthias Strubel 33a8104ba7 Version flag 1.1.3-beta 2017-03-18 17:34:34 +01:00
Matthias Strubel bc14bd6cb9 RPI-MOTD: Version update 2017-03-18 17:33:05 +01:00
Matthias Strubel 5fd29f4276 Introduced SDCard helper for RPi 2017-03-18 17:28:27 +01:00
Matthias Strubel ce80afbe4e CHANGELOG: Add missing entries for 1.1.3 2017-03-18 17:28:08 +01:00
Matthias Strubel abc530b7f1 lighttpd.conf: Reduce cache to a minimum
- Reduces issues with shoutbox refresh
  - Solves issue #170 , which is a cache issue
  - Avoids cache poisening
2017-03-18 17:24:44 +01:00
Matthias Strubel 9cd83012ae usb_share.sh: Force disk usage update 2017-03-18 12:33:45 +01:00
Matthias Strubel a0b0685961 hostapd.conf: More Comments in hostapd for WPA mode 2017-03-18 11:32:50 +01:00
Matthias Strubel f839d8d530 Merge branch 'feat-rpi-wifi-client' into hotfix-1.1.3 2017-03-18 11:31:16 +01:00
Matthias Strubel 83ae64cf61 Merge branch 'patch-rpi3-wifi-issue' into hotfix-1.1.3 2017-03-18 11:31:04 +01:00
Matthias Strubel b6ec9f041f Feature: Add scripts for on the fly client mode
Closes: #171
2017-03-17 22:39:32 +01:00
Matthias Strubel 86cd3719ad wifi_detect: only change piratebox.conf if it is a wifi device 2017-03-17 07:38:11 +01:00
Matthias Strubel 701b884703 wifi_detect.sh: Bugfixes and adjust piratebox configuration 2017-03-17 07:34:32 +01:00
Matthias Strubel 38e740e374 hostapd.conf: More comment to enable n wifi mode 2017-03-15 23:43:35 +01:00
Matthias Strubel ced32586bb Fix for issue on RPi3 with multiple wifi cards
New configuration file can be used to determine which card
 should be used for hostap.

Fixes #155
2017-03-15 23:00:58 +01:00
Matthias Strubel 9ae84a2a94 Fix Shellcheck results 2017-01-16 21:46:09 +01:00
Matthias Strubel b221bbc0ea Track fix ger language 2017-01-16 21:15:32 +01:00
Matthias Strubel efa6ed0fde Correct/translate German localisation strings.
Merge branch 'jdieg0-fix' into hotfix-1.1.3
2017-01-16 21:14:36 +01:00
Matthias Strubel 29bcb0544e Track new contribution 2017-01-16 21:13:17 +01:00
Matthias Strubel 5713596f60 Adding added brazilian portuguese translation (pt-br)
Merge branch 'a-ira-master' into hotfix-1.1.3
2017-01-16 21:11:41 +01:00
Diego Jahn 1bc42e858b Correct/translate German localisation strings. 2017-01-16 03:23:31 +01:00
nomen 94ac367ea1 --added brazilian portuguese translation to the landing page (data.pt-br.properties) 2017-01-05 20:03:45 -02:00
Matthias Strubel ce8e3b8c1f Record new contribution 2016-11-23 07:04:47 +01:00
Matthias Strubel c07c9d6fc5 Merge branch 'jdieg0-minor-index.html-fix' into hotfix-1.1.3
data-l10n-id for <input class="message"> has to be "mainChatMessage"
instead of "mainChatMessage.placeholder", otherwise translations
wouldn't show up.
2016-11-23 07:03:29 +01:00