]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
9 years agoFix JS reference error for personal password changing
Robin McCorkell [Tue, 31 Mar 2015 11:41:10 +0000 (12:41 +0100)]
Fix JS reference error for personal password changing

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 31 Mar 2015 05:55:55 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

9 years agoMerge pull request #15312 from owncloud/activity-fix-compilation
Lukas Reschke [Mon, 30 Mar 2015 15:12:54 +0000 (17:12 +0200)]
Merge pull request #15312 from owncloud/activity-fix-compilation

Correct the app name for sharing events

9 years agoMerge pull request #15169 from rullzer/fix_displayNamesInGroup
Morris Jobke [Mon, 30 Mar 2015 15:04:09 +0000 (17:04 +0200)]
Merge pull request #15169 from rullzer/fix_displayNamesInGroup

Groupmanagers displayNamesInGroup should actually search in displaynames

9 years agoMerge pull request #15076 from owncloud/fix-smb-oc-admin
Robin McCorkell [Mon, 30 Mar 2015 14:38:22 +0000 (15:38 +0100)]
Merge pull request #15076 from owncloud/fix-smb-oc-admin

Support constructing an SMB_OC without saved session credentials

9 years agoMerge pull request #15042 from wolfgangkarall/master
Lukas Reschke [Mon, 30 Mar 2015 14:22:36 +0000 (16:22 +0200)]
Merge pull request #15042 from wolfgangkarall/master

.htaccess RewriteRules: use permanent redirect for .well-known/(cal|card)dav, add 'L' flag

9 years agoCorrect the app name for sharing events
Joas Schilling [Wed, 25 Mar 2015 14:18:54 +0000 (15:18 +0100)]
Correct the app name for sharing events

9 years agoMerge pull request #15269 from owncloud/migrate-checksetup-and-add-memcache
Robin McCorkell [Mon, 30 Mar 2015 10:24:44 +0000 (11:24 +0100)]
Merge pull request #15269 from owncloud/migrate-checksetup-and-add-memcache

Add check for activated local memcache

9 years agoMerge pull request #13964 from rullzer/capabilities
Morris Jobke [Mon, 30 Mar 2015 08:06:05 +0000 (10:06 +0200)]
Merge pull request #13964 from rullzer/capabilities

Add OCS sharing info to capabilities - take 2

9 years agoMerge pull request #15239 from owncloud/see-no-evil
Morris Jobke [Mon, 30 Mar 2015 07:05:31 +0000 (09:05 +0200)]
Merge pull request #15239 from owncloud/see-no-evil

Move federated cloud sharing, files externals and updater to special pos...

9 years agoMerge pull request #15295 from owncloud/add-more-spacing-dialog
Morris Jobke [Mon, 30 Mar 2015 06:07:40 +0000 (08:07 +0200)]
Merge pull request #15295 from owncloud/add-more-spacing-dialog

Add more spacing to the file picker dialog

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 30 Mar 2015 05:54:41 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 29 Mar 2015 05:55:31 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

9 years agoAdd more spacing to the file picker dialog
Lukas Reschke [Sat, 28 Mar 2015 13:19:27 +0000 (14:19 +0100)]
Add more spacing to the file picker dialog

Without this the first `>` looked somewhat off, to test this change go to the personal settings and choose a profile picture in a subfolder.

9 years agoAdd check for activated local memcache
Lukas Reschke [Thu, 26 Mar 2015 13:51:33 +0000 (14:51 +0100)]
Add check for activated local memcache

Also used the opportunity to refactor it into an AppFramework controller so that we can unit test it.

Fixes https://github.com/owncloud/core/issues/14956

9 years agoMerge pull request #15289 from owncloud/min-upload-limit
Vincent Petry [Sat, 28 Mar 2015 10:34:11 +0000 (11:34 +0100)]
Merge pull request #15289 from owncloud/min-upload-limit

Require minimum 1 MiB upload limit

9 years agoMerge pull request #15288 from owncloud/check-datadir-relative
Vincent Petry [Sat, 28 Mar 2015 10:28:33 +0000 (11:28 +0100)]
Merge pull request #15288 from owncloud/check-datadir-relative

Check for relative datadirectory path

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 28 Mar 2015 05:55:46 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

9 years agoRequire minimum 1 MiB upload limit
Robin McCorkell [Fri, 27 Mar 2015 23:43:35 +0000 (23:43 +0000)]
Require minimum 1 MiB upload limit

9 years agoCheck for relative datadirectory path
Robin McCorkell [Fri, 27 Mar 2015 23:27:21 +0000 (23:27 +0000)]
Check for relative datadirectory path

9 years agoMerge pull request #15284 from owncloud/revert-master-breakage
Morris Jobke [Fri, 27 Mar 2015 19:01:33 +0000 (20:01 +0100)]
Merge pull request #15284 from owncloud/revert-master-breakage

Revert "Deprecated \OCP\IAppConfig - add missing methods to IConfig"

9 years agoRevert "Deprecated \OCP\IAppConfig - add missing methods to IConfig"
Vincent Petry [Fri, 27 Mar 2015 17:50:11 +0000 (18:50 +0100)]
Revert "Deprecated \OCP\IAppConfig - add missing methods to IConfig"

This reverts commit 012016d3311a13c3c1e9d60778dc6fbd6be0204e.

9 years agoMerge pull request #15155 from owncloud/share-donotreturntrashedfiles
Morris Jobke [Fri, 27 Mar 2015 16:05:14 +0000 (17:05 +0100)]
Merge pull request #15155 from owncloud/share-donotreturntrashedfiles

Do not return shares for files outside "files"

9 years agoMerge pull request #13938 from owncloud/deprecate-iappconfig
Thomas Müller [Fri, 27 Mar 2015 15:07:41 +0000 (16:07 +0100)]
Merge pull request #13938 from owncloud/deprecate-iappconfig

Deprecated \OCP\IAppConfig - add missing methods to IConfig

9 years agoAdd logout in share test to avoid nasty side effects
Vincent Petry [Fri, 27 Mar 2015 14:54:29 +0000 (15:54 +0100)]
Add logout in share test to avoid nasty side effects

9 years agoMerge pull request #15240 from owncloud/storage-wrapper-priority
Thomas Müller [Fri, 27 Mar 2015 14:18:44 +0000 (15:18 +0100)]
Merge pull request #15240 from owncloud/storage-wrapper-priority

add priority to storage wrappers

9 years agoMerge pull request #15261 from owncloud/fix-14268-master
Thomas Müller [Fri, 27 Mar 2015 14:07:50 +0000 (15:07 +0100)]
Merge pull request #15261 from owncloud/fix-14268-master

use StreamResponse to download the log file

9 years agoMerge pull request #15265 from owncloud/enc2_fixes
Thomas Müller [Fri, 27 Mar 2015 13:58:33 +0000 (14:58 +0100)]
Merge pull request #15265 from owncloud/enc2_fixes

core improvements for Encryption 2.0

9 years agoMerge pull request #15247 from owncloud/fix_group_share_master_backport
Morris Jobke [Fri, 27 Mar 2015 13:40:52 +0000 (14:40 +0100)]
Merge pull request #15247 from owncloud/fix_group_share_master_backport

also call generateTarget for group shares

9 years agoMerge pull request #15254 from owncloud/fix-14853-master
Thomas Müller [Fri, 27 Mar 2015 13:18:47 +0000 (14:18 +0100)]
Merge pull request #15254 from owncloud/fix-14853-master

Adding a pending indicator to the files summary

9 years agoMerge pull request #15259 from owncloud/fix-change-password-ie8
Vincent Petry [Fri, 27 Mar 2015 13:11:14 +0000 (14:11 +0100)]
Merge pull request #15259 from owncloud/fix-change-password-ie8

Show label for password change in IE8

9 years agoDo not return shares for files outside "files"
Vincent Petry [Tue, 24 Mar 2015 10:08:19 +0000 (11:08 +0100)]
Do not return shares for files outside "files"

9 years agoMerge pull request #15227 from owncloud/ocetag-header
Vincent Petry [Fri, 27 Mar 2015 12:10:27 +0000 (13:10 +0100)]
Merge pull request #15227 from owncloud/ocetag-header

Copy Etag header to OC-Etag for sabre calls

9 years agoMerge pull request #15260 from owncloud/adjust-controls-bar-width
Morris Jobke [Fri, 27 Mar 2015 10:56:22 +0000 (11:56 +0100)]
Merge pull request #15260 from owncloud/adjust-controls-bar-width

adjust controls bar width to not overlay scrollbar

9 years agoadd deleteAllFileKeys to public interface and add "uid" as parameter for the
Bjoern Schiessle [Fri, 27 Mar 2015 10:46:32 +0000 (11:46 +0100)]
add deleteAllFileKeys to public interface and add "uid" as parameter for the
update call

9 years agofix check if a file is excluded from encryption or not
Bjoern Schiessle [Fri, 27 Mar 2015 10:46:07 +0000 (11:46 +0100)]
fix check if a file is excluded from encryption or not

9 years agouse StreamResponse to download the log file - fixes #14268
Thomas Müller [Fri, 27 Mar 2015 00:37:25 +0000 (01:37 +0100)]
use StreamResponse to download the log file - fixes #14268

9 years agoMerge pull request #15258 from owncloud/users-addtofilteredgroup
Morris Jobke [Fri, 27 Mar 2015 09:02:33 +0000 (10:02 +0100)]
Merge pull request #15258 from owncloud/users-addtofilteredgroup

Don't append user in a filtered list if groups don't match

9 years agoMerge pull request #15225 from owncloud/make-setups-for-users-that-tend-to-use-ownclo...
Morris Jobke [Fri, 27 Mar 2015 08:54:40 +0000 (09:54 +0100)]
Merge pull request #15225 from owncloud/make-setups-for-users-that-tend-to-use-owncloud-on-not-proper-machines-a-little-bit-more-secure

Add some generic default headers as well via PHP

9 years agofix scrutinizer issues
Jan-Christoph Borchardt [Fri, 27 Mar 2015 08:37:52 +0000 (09:37 +0100)]
fix scrutinizer issues

9 years agoFix link to the updater
Joas Schilling [Thu, 26 Mar 2015 21:34:32 +0000 (22:34 +0100)]
Fix link to the updater

9 years agofix layout for Sharing settings
Jan-Christoph Borchardt [Thu, 26 Mar 2015 20:23:49 +0000 (21:23 +0100)]
fix layout for Sharing settings

9 years agoMove federated cloud sharing, files externals and updater to special positions
Joas Schilling [Thu, 26 Mar 2015 19:26:41 +0000 (20:26 +0100)]
Move federated cloud sharing, files externals and updater to special positions

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 27 Mar 2015 05:56:21 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

9 years agoadjust controls bar width to not overlay scrollbar
Jan-Christoph Borchardt [Fri, 27 Mar 2015 00:34:55 +0000 (01:34 +0100)]
adjust controls bar width to not overlay scrollbar

9 years agoMerge pull request #15252 from owncloud/prevent-directory-characters-in-temporary...
Thomas Müller [Fri, 27 Mar 2015 00:19:55 +0000 (01:19 +0100)]
Merge pull request #15252 from owncloud/prevent-directory-characters-in-temporary-path

Filter potential dangerous characters in path name

9 years agoMerge pull request #15256 from owncloud/emptycontent-messages
Thomas Müller [Fri, 27 Mar 2015 00:17:46 +0000 (01:17 +0100)]
Merge pull request #15256 from owncloud/emptycontent-messages

fine-tuning the empty content messages

9 years agoShow label for password change in IE8
Morris Jobke [Fri, 27 Mar 2015 00:16:31 +0000 (01:16 +0100)]
Show label for password change in IE8

* fixes #10729

9 years agoAdding a pending indicator to the files summary - fixes #14853
Thomas Müller [Thu, 26 Mar 2015 22:30:51 +0000 (23:30 +0100)]
Adding a pending indicator to the files summary - fixes #14853

9 years agoMerge pull request #15255 from owncloud/test-namespacesforrepairtests
Morris Jobke [Thu, 26 Mar 2015 23:16:47 +0000 (00:16 +0100)]
Merge pull request #15255 from owncloud/test-namespacesforrepairtests

Fix namespace for repair step tests

9 years agoDon't append user in a filtered list if groups don't match
Vincent Petry [Thu, 26 Mar 2015 23:09:35 +0000 (00:09 +0100)]
Don't append user in a filtered list if groups don't match

9 years agoMerge pull request #15245 from owncloud/fix-14864-master
Thomas Müller [Thu, 26 Mar 2015 22:50:06 +0000 (23:50 +0100)]
Merge pull request #15245 from owncloud/fix-14864-master

More elaborate command description for upgrade

9 years agoadjust shade of empty content icons, fix files icon shade
Jan-Christoph Borchardt [Thu, 26 Mar 2015 22:49:32 +0000 (23:49 +0100)]
adjust shade of empty content icons, fix files icon shade

9 years agoadjust emptycontent messages for files and files_external
Jan-Christoph Borchardt [Thu, 26 Mar 2015 22:22:26 +0000 (23:22 +0100)]
adjust emptycontent messages for files and files_external

9 years agoFix namespace for repair step tests
Vincent Petry [Thu, 26 Mar 2015 22:19:27 +0000 (23:19 +0100)]
Fix namespace for repair step tests

9 years agoFilter potential dangerous characters in path name
Lukas Reschke [Thu, 26 Mar 2015 22:14:24 +0000 (23:14 +0100)]
Filter potential dangerous characters in path name

We should not allow / or \ in the postfix here.

9 years agoMerge pull request #13654 from oparoz/tmpfile-with-extension
Vincent Petry [Thu, 26 Mar 2015 22:08:08 +0000 (23:08 +0100)]
Merge pull request #13654 from oparoz/tmpfile-with-extension

Keep the extension in temp files

9 years agoMerge pull request #15244 from owncloud/use_default_share_folder
Morris Jobke [Thu, 26 Mar 2015 21:39:04 +0000 (22:39 +0100)]
Merge pull request #15244 from owncloud/use_default_share_folder

always fall back to default share folder

9 years agoMerge pull request #14925 from owncloud/ext-mountoptions-ui
Robin McCorkell [Thu, 26 Mar 2015 21:36:34 +0000 (21:36 +0000)]
Merge pull request #14925 from owncloud/ext-mountoptions-ui

Mount options GUI for external storage

9 years agoAdd some generic default headers as well via PHP
Lukas Reschke [Thu, 26 Mar 2015 14:30:00 +0000 (15:30 +0100)]
Add some generic default headers as well via PHP

9 years agoalso call generateTarget for group share to add the correct prefix if share_folder...
Bjoern Schiessle [Fri, 20 Mar 2015 14:51:25 +0000 (15:51 +0100)]
also call generateTarget for group share to add the correct prefix if share_folder is defined in config.php

9 years agoMore elaborate command description for upgrade - fixes #14864
Thomas Müller [Thu, 26 Mar 2015 21:30:35 +0000 (22:30 +0100)]
More elaborate command description for upgrade - fixes #14864

9 years agoMerge pull request #14918 from owncloud/fix-password-change-ie8-and-9
Jan-Christoph Borchardt [Thu, 26 Mar 2015 21:06:22 +0000 (22:06 +0100)]
Merge pull request #14918 from owncloud/fix-password-change-ie8-and-9

Don't use placeholder for password in IE8 & 9

9 years agoMerge pull request #13802 from owncloud/share-partfilepermissions
Morris Jobke [Thu, 26 Mar 2015 21:01:05 +0000 (22:01 +0100)]
Merge pull request #13802 from owncloud/share-partfilepermissions

Fix share permission checks

9 years agoalways fall back to default share folder
Bjoern Schiessle [Thu, 26 Mar 2015 20:56:44 +0000 (21:56 +0100)]
always fall back to default share folder

9 years agoMerge pull request #14488 from owncloud/enhancement/security/inline-disposition
Morris Jobke [Thu, 26 Mar 2015 20:45:30 +0000 (21:45 +0100)]
Merge pull request #14488 from owncloud/enhancement/security/inline-disposition

Serve all files with a Content-Disposition of 'attachment' via WebDAV

9 years agoadd priority to storage wrappers
Robin Appelman [Thu, 26 Mar 2015 18:24:49 +0000 (19:24 +0100)]
add priority to storage wrappers

9 years agoMerge pull request #15001 from owncloud/kill-share-proxy
Thomas Müller [Thu, 26 Mar 2015 20:20:05 +0000 (21:20 +0100)]
Merge pull request #15001 from owncloud/kill-share-proxy

Replace share proxy with a hook

9 years agoMerge pull request #15234 from owncloud/encryption2_core
Thomas Müller [Thu, 26 Mar 2015 20:14:59 +0000 (21:14 +0100)]
Merge pull request #15234 from owncloud/encryption2_core

core part of encryption 2.0

9 years agoimplement basic encryption functionallity in core to enable multiple encryption modules
Bjoern Schiessle [Wed, 14 Jan 2015 19:39:23 +0000 (20:39 +0100)]
implement basic encryption functionallity in core to enable multiple encryption modules

9 years agoRemove unneeded argument
Lukas Reschke [Thu, 26 Mar 2015 19:45:39 +0000 (20:45 +0100)]
Remove unneeded argument

9 years agoMerge pull request #15237 from owncloud/remove-ide-autocomplete-fail
Thomas Müller [Thu, 26 Mar 2015 19:21:26 +0000 (20:21 +0100)]
Merge pull request #15237 from owncloud/remove-ide-autocomplete-fail

Remove IDE autocomplete fail

9 years agoMerge pull request #15214 from owncloud/no-php-timeouts-on-webdav-master
Morris Jobke [Thu, 26 Mar 2015 19:18:01 +0000 (20:18 +0100)]
Merge pull request #15214 from owncloud/no-php-timeouts-on-webdav-master

no php execution timeout for webdav

9 years agoMerge pull request #14399 from owncloud/ignore-empty-plurals
Lukas Reschke [Thu, 26 Mar 2015 19:15:33 +0000 (20:15 +0100)]
Merge pull request #14399 from owncloud/ignore-empty-plurals

Ignore empty plurals just like with singulars

9 years agofix enforced password for share in IE8
Morris Jobke [Thu, 26 Mar 2015 10:55:50 +0000 (11:55 +0100)]
fix enforced password for share in IE8

9 years agoDon't use placeholder for password in IE8 & 9
Morris Jobke [Mon, 16 Mar 2015 12:11:44 +0000 (13:11 +0100)]
Don't use placeholder for password in IE8 & 9

* the placeholder is in IE 8 and 9 just set as text and
  styled a bit grey. If the form is then serialized without
  typing something in the placeholder is sent as value
* this fixes that behaviour for the password field and
  properly detects empyt passwords
* fixes #14912

9 years agoServe all files with a Content-Disposition of 'attachment' via WebDAV
Lukas Reschke [Wed, 25 Feb 2015 10:45:44 +0000 (11:45 +0100)]
Serve all files with a Content-Disposition of 'attachment' via WebDAV

As an additional security hardening it's sensible to serve these files with a Content-Disposition of 'attachment'. Currently they are served 'inline' and get a "secure mimetype" assigned in case of potential dangerous files.

To test this change ensure that:

- [ ] Syncing with the Desktop client still works
- [ ] Syncing with the Android client still works
- [ ] Syncing with the iOS client still works

I verified that the 1.8 OS X and iOS client still work with this change.

9 years agoreplace share proxy with hook
Robin Appelman [Wed, 18 Mar 2015 14:26:04 +0000 (15:26 +0100)]
replace share proxy with hook

9 years agorename proxy test
Robin Appelman [Wed, 18 Mar 2015 14:16:55 +0000 (15:16 +0100)]
rename proxy test

9 years agoMerge pull request #15129 from owncloud/version-command-bus
Lukas Reschke [Thu, 26 Mar 2015 18:55:13 +0000 (19:55 +0100)]
Merge pull request #15129 from owncloud/version-command-bus

expire versions in a background command

9 years agoMerge pull request #15232 from owncloud/remove-arg-separator-magic
Lukas Reschke [Thu, 26 Mar 2015 18:41:22 +0000 (19:41 +0100)]
Merge pull request #15232 from owncloud/remove-arg-separator-magic

Remove custom `arg_separator.output`

9 years agoRemove IDE autocomplete fail
Lukas Reschke [Thu, 26 Mar 2015 18:39:15 +0000 (19:39 +0100)]
Remove IDE autocomplete fail

:see_no_evil: *cough* *cough*

9 years agoMerge pull request #14665 from owncloud/fileid-increment
Morris Jobke [Thu, 26 Mar 2015 18:36:18 +0000 (19:36 +0100)]
Merge pull request #14665 from owncloud/fileid-increment

SQLite autoincrement test

9 years agoMake sure mountOptions keep their data type
Vincent Petry [Thu, 26 Mar 2015 18:24:37 +0000 (19:24 +0100)]
Make sure mountOptions keep their data type

str_replace for $user substitution was converting the data type of
mountOptions to string. This fix prevents this to happen by making sure
only strings are processed by substitution.

Also added a int conversion when reading the watcher policy

9 years agoMerge pull request #15228 from owncloud/add-missing-navigation-for-tips-n-tricks
Thomas Müller [Thu, 26 Mar 2015 17:21:44 +0000 (18:21 +0100)]
Merge pull request #15228 from owncloud/add-missing-navigation-for-tips-n-tricks

Add navigation entry for tips and tricks setion

9 years agoMerge pull request #15230 from owncloud/sqlite-notice
Jan-Christoph Borchardt [Thu, 26 Mar 2015 17:15:22 +0000 (18:15 +0100)]
Merge pull request #15230 from owncloud/sqlite-notice

move SQLite notice from warnings to tips & tricks

9 years agoMerge pull request #14958 from owncloud/dropdown-style
Jan-Christoph Borchardt [Thu, 26 Mar 2015 17:07:35 +0000 (18:07 +0100)]
Merge pull request #14958 from owncloud/dropdown-style

popover style for apps and user dropdown menus

9 years agoteardown after we're done
Robin Appelman [Thu, 26 Mar 2015 16:30:43 +0000 (17:30 +0100)]
teardown after we're done

9 years agoMerge pull request #14495 from owncloud/update-mailmap-01
Thomas Müller [Thu, 26 Mar 2015 16:17:18 +0000 (17:17 +0100)]
Merge pull request #14495 from owncloud/update-mailmap-01

Updating .mailmap

9 years agomock up missing elements in the tests
Jan-Christoph Borchardt [Thu, 26 Mar 2015 16:10:59 +0000 (17:10 +0100)]
mock up missing elements in the tests

9 years agosave uid instead of user object in command
Robin Appelman [Thu, 26 Mar 2015 16:11:34 +0000 (17:11 +0100)]
save uid instead of user object in command

9 years agoRemove custom `arg_separator.output`
Lukas Reschke [Thu, 26 Mar 2015 16:07:26 +0000 (17:07 +0100)]
Remove custom `arg_separator.output`

This seems unrequired nowadays and like a legacy fragment. It should be safe to remove.

Fixes https://github.com/owncloud/core/issues/14782

9 years agocheck limit of serialized command in unit tests
Robin Appelman [Tue, 24 Mar 2015 09:48:21 +0000 (10:48 +0100)]
check limit of serialized command in unit tests

9 years agoensure commands can be serialized in unit tests
Robin Appelman [Tue, 24 Mar 2015 09:46:29 +0000 (10:46 +0100)]
ensure commands can be serialized in unit tests

9 years agoSetup the filesystem in the expire command
Robin Appelman [Tue, 24 Mar 2015 09:19:54 +0000 (10:19 +0100)]
Setup the filesystem in the expire command

9 years agoHandle exceptions thrown during hooks when running unit tests
Robin Appelman [Tue, 24 Mar 2015 09:19:30 +0000 (10:19 +0100)]
Handle exceptions thrown during hooks when running unit tests

9 years agoForce test cases using background commands to handle setting up the filesystem
Robin Appelman [Tue, 24 Mar 2015 09:02:48 +0000 (10:02 +0100)]
Force test cases using background commands to handle setting up the filesystem

9 years agoexpire versions in a background command
Robin Appelman [Mon, 23 Mar 2015 12:07:40 +0000 (13:07 +0100)]
expire versions in a background command

9 years agoonly move dropdown triangle when navigation is opened, fix timing bug
Jan-Christoph Borchardt [Thu, 26 Mar 2015 15:25:29 +0000 (16:25 +0100)]
only move dropdown triangle when navigation is opened, fix timing bug

9 years agomove SQLite notice from warnings to tips & tricks
Jan-Christoph Borchardt [Thu, 26 Mar 2015 15:53:27 +0000 (16:53 +0100)]
move SQLite notice from warnings to tips & tricks