NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/web/mobileconfig.php

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

mobileconfig.php on main
Author Date Commit Line Code
Michael Kuron about 9 years ago 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
1
<?php
Open commit View diff
1 <?php
andryyy over 7 years ago ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
2
require_once 'inc/prerequisites.inc.php';
Open commit View diff
2 require_once 'inc/prerequisites.inc.php';
Michael Kuron about 9 years ago 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
3
Open commit View diff
3
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
4
if (empty($mailcow_hostname)) {
Open commit View diff
4 if (empty($mailcow_hostname)) {
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
5
  exit();
Open commit View diff
5 exit();
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
6
}
Open commit View diff
6 }
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
7
if (!isset($_SESSION['mailcow_cc_role']) || $_SESSION['mailcow_cc_role'] != 'user') {
Open commit View diff
7 if (!isset($_SESSION['mailcow_cc_role']) || $_SESSION['mailcow_cc_role'] != 'user') {
andryyy over 6 years ago 61f7761

[Web] Better mobileconfig handling

Full commit hash
61f776173f00c064f2aa3c3cbdf35c1e32357cbe
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
8
  session_destroy();
Open commit View diff
8 session_destroy();
same change 61f7761

[Web] Better mobileconfig handling

Full commit hash
61f776173f00c064f2aa3c3cbdf35c1e32357cbe
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
9
  // probably better than appending the whole current http query string
Open commit View diff
9 // probably better than appending the whole current http query string
same change 61f7761

[Web] Better mobileconfig handling

Full commit hash
61f776173f00c064f2aa3c3cbdf35c1e32357cbe
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
10
  $append_get = (isset($_GET['only_email'])) ? '&only_email' : '';
Open commit View diff
10 $append_get = (isset($_GET['only_email'])) ? '&only_email' : '';
Michael Kuron over 4 years ago 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
11
  $append_get .= (isset($_GET['app_password'])) ? '&app_password' : '';
Open commit View diff
11 $append_get .= (isset($_GET['app_password'])) ? '&app_password' : '';
andryyy over 6 years ago 61f7761

[Web] Better mobileconfig handling

Full commit hash
61f776173f00c064f2aa3c3cbdf35c1e32357cbe
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
12
  header('Location: index.php?mobileconfig' . $append_get);
Open commit View diff
12 header('Location: index.php?mobileconfig' . $append_get);
same change 61f7761

[Web] Better mobileconfig handling

Full commit hash
61f776173f00c064f2aa3c3cbdf35c1e32357cbe
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
13
  die();
Open commit View diff
13 die();
Michael Kuron about 9 years ago 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
14
}
Open commit View diff
14 }
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
15
Open commit View diff
15
André Peters almost 9 years ago 27c169d

Update mobileconfig.php

Full commit hash
27c169dbe182ef7d6abd5d2d6fc62551a00e6ce9
Author
André Peters <[email protected]>
Date
almost 9 years ago
Selected line
16
error_reporting(0);
Open commit View diff
16 error_reporting(0);
same change 27c169d

Update mobileconfig.php

Full commit hash
27c169dbe182ef7d6abd5d2d6fc62551a00e6ce9
Author
André Peters <[email protected]>
Date
almost 9 years ago
Selected line
17
Open commit View diff
17
Michael Kuron about 9 years ago 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
18
header('Content-Type: application/x-apple-aspen-config');
Open commit View diff
18 header('Content-Type: application/x-apple-aspen-config');
andryyy over 7 years ago ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
19
header('Content-Disposition: attachment; filename="'.$UI_TEXTS['main_name'].'.mobileconfig"');
Open commit View diff
19 header('Content-Disposition: attachment; filename="'.$UI_TEXTS['main_name'].'.mobileconfig"');
Michael Kuron about 9 years ago 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
20
Open commit View diff
20
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
21
$email = $_SESSION['mailcow_cc_username'];
Open commit View diff
21 $email = $_SESSION['mailcow_cc_username'];
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
22
$domain = explode('@', $_SESSION['mailcow_cc_username'])[1];
Open commit View diff
22 $domain = explode('@', $_SESSION['mailcow_cc_username'])[1];
andryyy over 7 years ago ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
23
$identifier = implode('.', array_reverse(preg_split( '/(@|\.)/', $email))) . '.appleprofile.'.preg_replace('/[^a-zA-Z0-9]+/', '', $UI_TEXTS['main_name']);
Open commit View diff
23 $identifier = implode('.', array_reverse(preg_split( '/(@|\.)/', $email))) . '.appleprofile.'.preg_replace('/[^a-zA-Z0-9]+/', '', $UI_TEXTS['main_name']);
Michael Kuron about 9 years ago 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
24
Open commit View diff
24
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
25
try {
Open commit View diff
25 try {
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
26
  $stmt = $pdo->prepare("SELECT `name` FROM `mailbox` WHERE `username`= :username");
Open commit View diff
26 $stmt = $pdo->prepare("SELECT `name` FROM `mailbox` WHERE `username`= :username");
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
27
  $stmt->execute(array(':username' => $email));
Open commit View diff
27 $stmt->execute(array(':username' => $email));
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
28
  $MailboxData = $stmt->fetch(PDO::FETCH_ASSOC);
Open commit View diff
28 $MailboxData = $stmt->fetch(PDO::FETCH_ASSOC);
emericklaw about 7 years ago 12d46cf

Updated to not convert quotes

Full commit hash
12d46cf072875a7703681765db3c092f951edd3e
Author
emericklaw <[email protected]>
Date
about 7 years ago
Selected line
29
  $displayname = htmlspecialchars(empty($MailboxData['name']) ? $email : $MailboxData['name'], ENT_NOQUOTES);
Open commit View diff
29 $displayname = htmlspecialchars(empty($MailboxData['name']) ? $email : $MailboxData['name'], ENT_NOQUOTES);
Michael Kuron about 9 years ago 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
30
}
Open commit View diff
30 }
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
31
catch(PDOException $e) {
Open commit View diff
31 catch(PDOException $e) {
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
32
  $displayname = $email;
Open commit View diff
32 $displayname = $email;
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
33
}
Open commit View diff
33 }
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
34
Open commit View diff
34
andryyy over 7 years ago ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
35
if (isset($_GET['only_email'])) {
Open commit View diff
35 if (isset($_GET['only_email'])) {
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
36
  $onlyEmailAccount = true;
Open commit View diff
36 $onlyEmailAccount = true;
Paul Sütterlin 7 months ago 70101d1

fix: Password for mobileconfig that conforms to password-complexity policy

Full commit hash
70101d1187a99ade3133e740c93af198ac7f1bee
Author
Paul Sütterlin <[email protected]>
Date
7 months ago
Selected line
37
  $description = 'IMAP';
Open commit View diff
37 $description = 'IMAP';
andryyy over 7 years ago ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
38
} else {
Open commit View diff
38 } else {
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
39
  $onlyEmailAccount = false;
Open commit View diff
39 $onlyEmailAccount = false;
Paul Sütterlin 7 months ago 70101d1

fix: Password for mobileconfig that conforms to password-complexity policy

Full commit hash
70101d1187a99ade3133e740c93af198ac7f1bee
Author
Paul Sütterlin <[email protected]>
Date
7 months ago
Selected line
40
  $description = 'IMAP, CalDAV, CardDAV';
Open commit View diff
40 $description = 'IMAP, CalDAV, CardDAV';
andryyy over 7 years ago ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
41
}
Open commit View diff
41 }
Michael Kuron over 4 years ago 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
42
if (isset($_GET['app_password'])) {
Open commit View diff
42 if (isset($_GET['app_password'])) {
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
43
  $app_password = true;
Open commit View diff
43 $app_password = true;
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
44
  $description .= ' with application password';
Open commit View diff
44 $description .= ' with application password';
Paul Sütterlin 7 months ago 70101d1

fix: Password for mobileconfig that conforms to password-complexity policy

Full commit hash
70101d1187a99ade3133e740c93af198ac7f1bee
Author
Paul Sütterlin <[email protected]>
Date
7 months ago
Selected line
45
Open commit View diff
45
Michael Kuron over 4 years ago 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
46
  if (strpos($_SERVER['HTTP_USER_AGENT'], 'iPad') !== FALSE)
Open commit View diff
46 if (strpos($_SERVER['HTTP_USER_AGENT'], 'iPad') !== FALSE)
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
47
      $platform = 'iPad';
Open commit View diff
47 $platform = 'iPad';
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
48
  elseif (strpos($_SERVER['HTTP_USER_AGENT'], 'iPhone') !== FALSE)
Open commit View diff
48 elseif (strpos($_SERVER['HTTP_USER_AGENT'], 'iPhone') !== FALSE)
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
49
      $platform = 'iPhone';
Open commit View diff
49 $platform = 'iPhone';
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
50
  elseif (strpos($_SERVER['HTTP_USER_AGENT'], 'Macintosh') !== FALSE)
Open commit View diff
50 elseif (strpos($_SERVER['HTTP_USER_AGENT'], 'Macintosh') !== FALSE)
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
51
      $platform = 'Mac';
Open commit View diff
51 $platform = 'Mac';
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
52
  else
Open commit View diff
52 else
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
53
      $platform = $_SERVER['HTTP_USER_AGENT'];
Open commit View diff
53 $platform = $_SERVER['HTTP_USER_AGENT'];
Paul Sütterlin 7 months ago 70101d1

fix: Password for mobileconfig that conforms to password-complexity policy

Full commit hash
70101d1187a99ade3133e740c93af198ac7f1bee
Author
Paul Sütterlin <[email protected]>
Date
7 months ago
Selected line
54
Open commit View diff
54
same change 70101d1

fix: Password for mobileconfig that conforms to password-complexity policy

Full commit hash
70101d1187a99ade3133e740c93af198ac7f1bee
Author
Paul Sütterlin <[email protected]>
Date
7 months ago
Selected line
55
  $password = password_generate();
Open commit View diff
55 $password = password_generate();
same change 70101d1

fix: Password for mobileconfig that conforms to password-complexity policy

Full commit hash
70101d1187a99ade3133e740c93af198ac7f1bee
Author
Paul Sütterlin <[email protected]>
Date
7 months ago
Selected line
56
Open commit View diff
56
Michael Kuron over 4 years ago 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
57
  $attr = array(
Open commit View diff
57 $attr = array(
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
58
      'app_name' => $platform,
Open commit View diff
58 'app_name' => $platform,
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
59
      'app_passwd' => $password,
Open commit View diff
59 'app_passwd' => $password,
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
60
      'app_passwd2' => $password,
Open commit View diff
60 'app_passwd2' => $password,
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
61
      'active' => 1,
Open commit View diff
61 'active' => 1,
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
62
      'protocols' => array('imap_access', 'smtp_access'),
Open commit View diff
62 'protocols' => array('imap_access', 'smtp_access'),
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
63
  );
Open commit View diff
63 );
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
64
  if (!$onlyEmailAccount) {
Open commit View diff
64 if (!$onlyEmailAccount) {
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
65
      $attr['protocols'][] = 'dav_access';
Open commit View diff
65 $attr['protocols'][] = 'dav_access';
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
66
  }
Open commit View diff
66 }
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
67
  app_passwd("add", $attr);
Open commit View diff
67 app_passwd("add", $attr);
Michael Kuron 3 months ago ffbc37a

Escape generated password in mobileconfig

Full commit hash
ffbc37a00c0245a5ad6aa87d8aa34f677da698c5
Author
Michael Kuron <[email protected]>
Date
3 months ago
Selected line
68
  $password = htmlspecialchars($password, ENT_NOQUOTES);
Open commit View diff
68 $password = htmlspecialchars($password, ENT_NOQUOTES);
Michael Kuron over 4 years ago 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
69
} else {
Open commit View diff
69 } else {
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
70
  $app_password = false;
Open commit View diff
70 $app_password = false;
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
71
}
Open commit View diff
71 }
andryyy over 7 years ago ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
72
Open commit View diff
72
Michael Kuron about 9 years ago 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
73
echo '<?xml version="1.0" encoding="UTF-8"?>' . "\n";
Open commit View diff
73 echo '<?xml version="1.0" encoding="UTF-8"?>' . "\n";
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
74
?>
Open commit View diff
74 ?>
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
75
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
Open commit View diff
75 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
76
<plist version="1.0">
Open commit View diff
76 <plist version="1.0">
andryyy over 7 years ago ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
77
  <dict>
Open commit View diff
77 <dict>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
78
    <key>PayloadContent</key>
Open commit View diff
78 <key>PayloadContent</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
79
    <array>
Open commit View diff
79 <array>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
80
      <dict>
Open commit View diff
80 <dict>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
81
        <key>EmailAccountDescription</key>
Open commit View diff
81 <key>EmailAccountDescription</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
82
        <string><?=$email?></string>
Open commit View diff
82 <string><?=$email?></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
83
        <key>EmailAccountType</key>
Open commit View diff
83 <key>EmailAccountType</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
84
        <string>EmailTypeIMAP</string>
Open commit View diff
84 <string>EmailTypeIMAP</string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
85
        <key>EmailAccountName</key>
Open commit View diff
85 <key>EmailAccountName</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
86
        <string><?=$displayname?></string>
Open commit View diff
86 <string><?=$displayname?></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
87
        <key>EmailAddress</key>
Open commit View diff
87 <key>EmailAddress</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
88
        <string><?=$email?></string>
Open commit View diff
88 <string><?=$email?></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
89
        <key>IncomingMailServerAuthentication</key>
Open commit View diff
89 <key>IncomingMailServerAuthentication</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
90
        <string>EmailAuthPassword</string>
Open commit View diff
90 <string>EmailAuthPassword</string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
91
        <key>IncomingMailServerHostName</key>
Open commit View diff
91 <key>IncomingMailServerHostName</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
92
        <string><?=$autodiscover_config['imap']['server']?></string>
Open commit View diff
92 <string><?=$autodiscover_config['imap']['server']?></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
93
        <key>IncomingMailServerPortNumber</key>
Open commit View diff
93 <key>IncomingMailServerPortNumber</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
94
        <integer><?=$autodiscover_config['imap']['port']?></integer>
Open commit View diff
94 <integer><?=$autodiscover_config['imap']['port']?></integer>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
95
        <key>IncomingMailServerUseSSL</key>
Open commit View diff
95 <key>IncomingMailServerUseSSL</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
96
        <true/>
Open commit View diff
96 <true/>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
97
        <key>IncomingMailServerUsername</key>
Open commit View diff
97 <key>IncomingMailServerUsername</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
98
        <string><?=$email?></string>
Open commit View diff
98 <string><?=$email?></string>
Michael Kuron over 4 years ago 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
99
        <?php if($app_password === true): ?>
Open commit View diff
99 <?php if($app_password === true): ?>
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
100
        <key>IncomingPassword</key>
Open commit View diff
100 <key>IncomingPassword</key>
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
101
        <string><?=$password?></string>
Open commit View diff
101 <string><?=$password?></string>
same change 9bfb74b

[Web] Auto-generated app passwords for Apple configuration profiles (#4316)

Full commit hash
9bfb74bb1d511d80bf494a5e05ca4a5824950038
Author
Michael Kuron <[email protected]>
Date
over 4 years ago
Selected line
102
        <?php endif; ?>
Open commit View diff
102 <?php endif; ?>
andryyy over 7 years ago ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
103
        <key>OutgoingMailServerAuthentication</key>
Open commit View diff
103 <key>OutgoingMailServerAuthentication</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
104
        <string>EmailAuthPassword</string>
Open commit View diff
104 <string>EmailAuthPassword</string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
105
        <key>OutgoingMailServerHostName</key>
Open commit View diff
105 <key>OutgoingMailServerHostName</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
106
        <string><?=$autodiscover_config['smtp']['server']?></string>
Open commit View diff
106 <string><?=$autodiscover_config['smtp']['server']?></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
107
        <key>OutgoingMailServerPortNumber</key>
Open commit View diff
107 <key>OutgoingMailServerPortNumber</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
108
        <integer><?=$autodiscover_config['smtp']['port']?></integer>
Open commit View diff
108 <integer><?=$autodiscover_config['smtp']['port']?></integer>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
109
        <key>OutgoingMailServerUseSSL</key>
Open commit View diff
109 <key>OutgoingMailServerUseSSL</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
110
        <true/>
Open commit View diff
110 <true/>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
111
        <key>OutgoingMailServerUsername</key>
Open commit View diff
111 <key>OutgoingMailServerUsername</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
112
        <string><?=$email?></string>
Open commit View diff
112 <string><?=$email?></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
113
        <key>OutgoingPasswordSameAsIncomingPassword</key>
Open commit View diff
113 <key>OutgoingPasswordSameAsIncomingPassword</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
114
        <true/>
Open commit View diff
114 <true/>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
115
        <key>PayloadDescription</key>
Open commit View diff
115 <key>PayloadDescription</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
116
        <string>Configures email account.</string>
Open commit View diff
116 <string>Configures email account.</string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
117
        <key>PayloadDisplayName</key>
Open commit View diff
117 <key>PayloadDisplayName</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
118
        <string>IMAP Account (<?=$email?>)</string>
Open commit View diff
118 <string>IMAP Account (<?=$email?>)</string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
119
        <key>PayloadIdentifier</key>
Open commit View diff
119 <key>PayloadIdentifier</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
120
        <string><?=$identifier?>.email</string>
Open commit View diff
120 <string><?=$identifier?>.email</string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
121
        <key>PayloadOrganization</key>
Open commit View diff
121 <key>PayloadOrganization</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
122
        <string></string>
Open commit View diff
122 <string></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
123
        <key>PayloadType</key>
Open commit View diff
123 <key>PayloadType</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
124
        <string>com.apple.mail.managed</string>
Open commit View diff
124 <string>com.apple.mail.managed</string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
125
        <key>PayloadUUID</key>
Open commit View diff
125 <key>PayloadUUID</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
126
        <string><?=getGUID()?></string>
Open commit View diff
126 <string><?=getGUID()?></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
127
        <key>PayloadVersion</key>
Open commit View diff
127 <key>PayloadVersion</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
128
        <integer>1</integer>
Open commit View diff
128 <integer>1</integer>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
129
        <key>PreventAppSheet</key>
Open commit View diff
129 <key>PreventAppSheet</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
130
        <false/>
Open commit View diff
130 <false/>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
131
        <key>PreventMove</key>
Open commit View diff
131 <key>PreventMove</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
132
        <false/>
Open commit View diff
132 <false/>
SoftCat about 6 years ago e3203f1

Allow activation of own S/MIME Certificates in iOS configuration profile (#3622)

Full commit hash
e3203f1afb0d88e83241800f65f23b572650d81e
Author
SoftCat <[email protected]>
Date
about 6 years ago
Selected line
133
        <key>SMIMESigningUserOverrideable</key>
Open commit View diff
133 <key>SMIMESigningUserOverrideable</key>
same change e3203f1

Allow activation of own S/MIME Certificates in iOS configuration profile (#3622)

Full commit hash
e3203f1afb0d88e83241800f65f23b572650d81e
Author
SoftCat <[email protected]>
Date
about 6 years ago
Selected line
134
        <true/>
Open commit View diff
134 <true/>
same change e3203f1

Allow activation of own S/MIME Certificates in iOS configuration profile (#3622)

Full commit hash
e3203f1afb0d88e83241800f65f23b572650d81e
Author
SoftCat <[email protected]>
Date
about 6 years ago
Selected line
135
        <key>SMIMESigningCertificateUUIDUserOverrideable</key>
Open commit View diff
135 <key>SMIMESigningCertificateUUIDUserOverrideable</key>
same change e3203f1

Allow activation of own S/MIME Certificates in iOS configuration profile (#3622)

Full commit hash
e3203f1afb0d88e83241800f65f23b572650d81e
Author
SoftCat <[email protected]>
Date
about 6 years ago
Selected line
136
        <true/>
Open commit View diff
136 <true/>
same change e3203f1

Allow activation of own S/MIME Certificates in iOS configuration profile (#3622)

Full commit hash
e3203f1afb0d88e83241800f65f23b572650d81e
Author
SoftCat <[email protected]>
Date
about 6 years ago
Selected line
137
        <key>SMIMEEncryptByDefaultUserOverrideable</key>
Open commit View diff
137 <key>SMIMEEncryptByDefaultUserOverrideable</key>
same change e3203f1

Allow activation of own S/MIME Certificates in iOS configuration profile (#3622)

Full commit hash
e3203f1afb0d88e83241800f65f23b572650d81e
Author
SoftCat <[email protected]>
Date
about 6 years ago
Selected line
138
        <true/>
Open commit View diff
138 <true/>
same change e3203f1

Allow activation of own S/MIME Certificates in iOS configuration profile (#3622)

Full commit hash
e3203f1afb0d88e83241800f65f23b572650d81e
Author
SoftCat <[email protected]>
Date
about 6 years ago
Selected line
139
        <key>SMIMEEncryptionCertificateUUIDUserOverrideable</key>
Open commit View diff
139 <key>SMIMEEncryptionCertificateUUIDUserOverrideable</key>
same change e3203f1

Allow activation of own S/MIME Certificates in iOS configuration profile (#3622)

Full commit hash
e3203f1afb0d88e83241800f65f23b572650d81e
Author
SoftCat <[email protected]>
Date
about 6 years ago
Selected line
140
        <true/>
Open commit View diff
140 <true/>
same change e3203f1

Allow activation of own S/MIME Certificates in iOS configuration profile (#3622)

Full commit hash
e3203f1afb0d88e83241800f65f23b572650d81e
Author
SoftCat <[email protected]>
Date
about 6 years ago
Selected line
141
        <key>SMIMEEnableEncryptionPerMessageSwitch</key>
Open commit View diff
141 <key>SMIMEEnableEncryptionPerMessageSwitch</key>
same change e3203f1

Allow activation of own S/MIME Certificates in iOS configuration profile (#3622)

Full commit hash
e3203f1afb0d88e83241800f65f23b572650d81e
Author
SoftCat <[email protected]>
Date
about 6 years ago
Selected line
142
        <true/>
Open commit View diff
142 <true/>
andryyy over 7 years ago ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
143
      </dict>
Open commit View diff
143 </dict>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
144
      <?php if($onlyEmailAccount === false): ?>
Open commit View diff
144 <?php if($onlyEmailAccount === false): ?>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
145
      <dict>
Open commit View diff
145 <dict>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
146
        <key>CalDAVAccountDescription</key>
Open commit View diff
146 <key>CalDAVAccountDescription</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
147
        <string><?=$email?></string>
Open commit View diff
147 <string><?=$email?></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
148
        <key>CalDAVHostName</key>
Open commit View diff
148 <key>CalDAVHostName</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
149
        <string><?=$autodiscover_config['caldav']['server']?></string>
Open commit View diff
149 <string><?=$autodiscover_config['caldav']['server']?></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
150
        <key>CalDAVPort</key>
Open commit View diff
150 <key>CalDAVPort</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
151
        <real><?=$autodiscover_config['caldav']['port']?></real>
Open commit View diff
151 <real><?=$autodiscover_config['caldav']['port']?></real>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
152
        <key>CalDAVPrincipalURL</key>
Open commit View diff
152 <key>CalDAVPrincipalURL</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
153
        <string>/SOGo/dav/<?=$email?></string>
Open commit View diff
153 <string>/SOGo/dav/<?=$email?></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
154
        <key>CalDAVUseSSL</key>
Open commit View diff
154 <key>CalDAVUseSSL</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
155
        <true/>
Open commit View diff
155 <true/>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
156
        <key>CalDAVUsername</key>
Open commit View diff
156 <key>CalDAVUsername</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
157
        <string><?=$email?></string>
Open commit View diff
157 <string><?=$email?></string>
HolzHannes over 4 years ago 97e3227

added key CalDAVPassword and key CardDAVPassword

Full commit hash
97e3227fbe83af85ee7d9c69106c48f82cf6fafe
Author
HolzHannes <[email protected]>
Date
over 4 years ago
Selected line
158
        <?php if($app_password === true): ?>
Open commit View diff
158 <?php if($app_password === true): ?>
same change 97e3227

added key CalDAVPassword and key CardDAVPassword

Full commit hash
97e3227fbe83af85ee7d9c69106c48f82cf6fafe
Author
HolzHannes <[email protected]>
Date
over 4 years ago
Selected line
159
        <key>CalDAVPassword</key>
Open commit View diff
159 <key>CalDAVPassword</key>
same change 97e3227

added key CalDAVPassword and key CardDAVPassword

Full commit hash
97e3227fbe83af85ee7d9c69106c48f82cf6fafe
Author
HolzHannes <[email protected]>
Date
over 4 years ago
Selected line
160
        <string><?=$password?></string>
Open commit View diff
160 <string><?=$password?></string>
same change 97e3227

added key CalDAVPassword and key CardDAVPassword

Full commit hash
97e3227fbe83af85ee7d9c69106c48f82cf6fafe
Author
HolzHannes <[email protected]>
Date
over 4 years ago
Selected line
161
        <?php endif; ?>
Open commit View diff
161 <?php endif; ?>
andryyy over 7 years ago ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
162
        <key>PayloadDescription</key>
Open commit View diff
162 <key>PayloadDescription</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
163
        <string>Configures CalDAV account.</string>
Open commit View diff
163 <string>Configures CalDAV account.</string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
164
        <key>PayloadDisplayName</key>
Open commit View diff
164 <key>PayloadDisplayName</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
165
        <string>CalDAV (<?=$email?>)</string>
Open commit View diff
165 <string>CalDAV (<?=$email?>)</string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
166
        <key>PayloadIdentifier</key>
Open commit View diff
166 <key>PayloadIdentifier</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
167
        <string><?=$identifier?>.CalDAV</string>
Open commit View diff
167 <string><?=$identifier?>.CalDAV</string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
168
        <key>PayloadOrganization</key>
Open commit View diff
168 <key>PayloadOrganization</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
169
        <string></string>
Open commit View diff
169 <string></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
170
        <key>PayloadType</key>
Open commit View diff
170 <key>PayloadType</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
171
        <string>com.apple.caldav.account</string>
Open commit View diff
171 <string>com.apple.caldav.account</string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
172
        <key>PayloadUUID</key>
Open commit View diff
172 <key>PayloadUUID</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
173
        <string><?=getGUID()?></string>
Open commit View diff
173 <string><?=getGUID()?></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
174
        <key>PayloadVersion</key>
Open commit View diff
174 <key>PayloadVersion</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
175
        <integer>1</integer>
Open commit View diff
175 <integer>1</integer>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
176
      </dict>
Open commit View diff
176 </dict>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
177
      <dict>
Open commit View diff
177 <dict>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
178
        <key>CardDAVAccountDescription</key>
Open commit View diff
178 <key>CardDAVAccountDescription</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
179
        <string><?=$email?></string>
Open commit View diff
179 <string><?=$email?></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
180
        <key>CardDAVHostName</key>
Open commit View diff
180 <key>CardDAVHostName</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
181
        <string><?=$autodiscover_config['carddav']['server']?></string>
Open commit View diff
181 <string><?=$autodiscover_config['carddav']['server']?></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
182
        <key>CardDAVPort</key>
Open commit View diff
182 <key>CardDAVPort</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
183
        <integer><?=$autodiscover_config['carddav']['port']?></integer>
Open commit View diff
183 <integer><?=$autodiscover_config['carddav']['port']?></integer>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
184
        <key>CardDAVPrincipalURL</key>
Open commit View diff
184 <key>CardDAVPrincipalURL</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
185
        <string>/SOGo/dav/<?=$email?></string>
Open commit View diff
185 <string>/SOGo/dav/<?=$email?></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
186
        <key>CardDAVUseSSL</key>
Open commit View diff
186 <key>CardDAVUseSSL</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
187
        <true/>
Open commit View diff
187 <true/>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
188
        <key>CardDAVUsername</key>
Open commit View diff
188 <key>CardDAVUsername</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
189
        <string><?=$email?></string>
Open commit View diff
189 <string><?=$email?></string>
HolzHannes over 4 years ago 97e3227

added key CalDAVPassword and key CardDAVPassword

Full commit hash
97e3227fbe83af85ee7d9c69106c48f82cf6fafe
Author
HolzHannes <[email protected]>
Date
over 4 years ago
Selected line
190
        <?php if($app_password === true): ?>
Open commit View diff
190 <?php if($app_password === true): ?>
same change 97e3227

added key CalDAVPassword and key CardDAVPassword

Full commit hash
97e3227fbe83af85ee7d9c69106c48f82cf6fafe
Author
HolzHannes <[email protected]>
Date
over 4 years ago
Selected line
191
        <key>CardDAVPassword</key>
Open commit View diff
191 <key>CardDAVPassword</key>
same change 97e3227

added key CalDAVPassword and key CardDAVPassword

Full commit hash
97e3227fbe83af85ee7d9c69106c48f82cf6fafe
Author
HolzHannes <[email protected]>
Date
over 4 years ago
Selected line
192
        <string><?=$password?></string>
Open commit View diff
192 <string><?=$password?></string>
same change 97e3227

added key CalDAVPassword and key CardDAVPassword

Full commit hash
97e3227fbe83af85ee7d9c69106c48f82cf6fafe
Author
HolzHannes <[email protected]>
Date
over 4 years ago
Selected line
193
        <?php endif; ?>
Open commit View diff
193 <?php endif; ?>
andryyy over 7 years ago ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
194
        <key>PayloadDescription</key>
Open commit View diff
194 <key>PayloadDescription</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
195
        <string>Configures CardDAV accounts</string>
Open commit View diff
195 <string>Configures CardDAV accounts</string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
196
        <key>PayloadDisplayName</key>
Open commit View diff
196 <key>PayloadDisplayName</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
197
        <string>CardDAV (<?=$email?>)</string>
Open commit View diff
197 <string>CardDAV (<?=$email?>)</string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
198
        <key>PayloadIdentifier</key>
Open commit View diff
198 <key>PayloadIdentifier</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
199
        <string><?=$identifier?>.carddav</string>
Open commit View diff
199 <string><?=$identifier?>.carddav</string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
200
        <key>PayloadOrganization</key>
Open commit View diff
200 <key>PayloadOrganization</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
201
        <string></string>
Open commit View diff
201 <string></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
202
        <key>PayloadType</key>
Open commit View diff
202 <key>PayloadType</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
203
        <string>com.apple.carddav.account</string>
Open commit View diff
203 <string>com.apple.carddav.account</string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
204
        <key>PayloadUUID</key>
Open commit View diff
204 <key>PayloadUUID</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
205
        <string><?=getGUID()?></string>
Open commit View diff
205 <string><?=getGUID()?></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
206
        <key>PayloadVersion</key>
Open commit View diff
206 <key>PayloadVersion</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
207
        <integer>1</integer>
Open commit View diff
207 <integer>1</integer>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
208
      </dict>
Open commit View diff
208 </dict>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
209
      <?php endif; ?>
Open commit View diff
209 <?php endif; ?>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
210
    </array>
Open commit View diff
210 </array>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
211
    <key>PayloadDescription</key>
Open commit View diff
211 <key>PayloadDescription</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
212
    <string><?=$description?></string>
Open commit View diff
212 <string><?=$description?></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
213
    <key>PayloadDisplayName</key>
Open commit View diff
213 <key>PayloadDisplayName</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
214
    <string><?=$email?></string>
Open commit View diff
214 <string><?=$email?></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
215
    <key>PayloadIdentifier</key>
Open commit View diff
215 <key>PayloadIdentifier</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
216
    <string><?=$identifier?></string>
Open commit View diff
216 <string><?=$identifier?></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
217
    <key>PayloadOrganization</key>
Open commit View diff
217 <key>PayloadOrganization</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
218
    <string><?=$UI_TEXTS['main_name']?></string>
Open commit View diff
218 <string><?=$UI_TEXTS['main_name']?></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
219
    <key>PayloadRemovalDisallowed</key>
Open commit View diff
219 <key>PayloadRemovalDisallowed</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
220
    <false/>
Open commit View diff
220 <false/>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
221
    <key>PayloadType</key>
Open commit View diff
221 <key>PayloadType</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
222
    <string>Configuration</string>
Open commit View diff
222 <string>Configuration</string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
223
    <key>PayloadUUID</key>
Open commit View diff
223 <key>PayloadUUID</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
224
    <string><?=getGUID()?></string>
Open commit View diff
224 <string><?=getGUID()?></string>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
225
    <key>PayloadVersion</key>
Open commit View diff
225 <key>PayloadVersion</key>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
226
    <integer>1</integer>
Open commit View diff
226 <integer>1</integer>
same change ca9c610

[Web] Apple mobileconfig enhancements by @feldsam

Full commit hash
ca9c610460d9538a65ddf77c77fc89c50cf8cc40
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
227
  </dict>
Open commit View diff
227 </dict>
Michael Kuron about 9 years ago 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
228
</plist>
Open commit View diff
228 </plist>