Daniel Hansson
8ee1fa98df
Don't use hardcoded date and time
...
Use local time instead. http://momentjs.com/
10 years ago
Joas Schilling
17fbffceeb
Use the same style when no search result was found
10 years ago
Joas Schilling
c3c2517131
Display a message when no apps can be found for this oc version
10 years ago
Daniel Hansson
946a7c3a83
Use 24h format instead of 12h format
...
Use correct time format in WebUI
10 years ago
Vincent Petry
ce5d2ab7db
Revert "Change to 24H format instead of 12H format"
...
This reverts commit 8279dde97a
.
10 years ago
Jenkins for ownCloud
9cb07f126d
[tx-robot] updated from transifex
10 years ago
Daniel Hansson
8279dde97a
Change to 24H format instead of 12H format
...
Update how the time shows in WebUI.
My first PR to core, woha. :)
10 years ago
Jan-Christoph Borchardt
fd8a134dd2
unbold share email sent notification
10 years ago
Thomas Müller
33cd60ab9a
adding enterprise apps to shipped.json
10 years ago
Jan-Christoph Borchardt
5130eca3e3
combine labels with inputs in sharing dialog, fix #14796
10 years ago
Jenkins for ownCloud
a9b4f0d842
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
a79d973005
[tx-robot] updated from transifex
10 years ago
Volker E
599ee5ce4e
fixing #15023 , getting comments out of HTML output
10 years ago
Jenkins for ownCloud
e36a33c89a
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
e8680e6637
[tx-robot] updated from transifex
10 years ago
Robin Appelman
bd1d7107bb
round width and height when cropping avatar
10 years ago
Robin Appelman
2df20aaffb
show exception type in debug mode
10 years ago
Volker E
0e4d52f9d2
fixing #15027 , cleaning up obsolete IE5-7 workaround code
10 years ago
Jenkins for ownCloud
e40b0701d7
[tx-robot] updated from transifex
10 years ago
Volker E
0d0c73cf2b
fixing #15011 by adding ARIA roles where distinct
10 years ago
Jenkins for ownCloud
8a95bf18b7
[tx-robot] updated from transifex
10 years ago
Volker E
790324b313
addressing #14984 removing redundant type attributes
10 years ago
Volker E
4c46d0c46c
addressing #14983 obsolete Google Chrome Frame
10 years ago
Volker E
6ad76b5cc2
addressing #14982 self-closing tags ending slash doesn't have a purpose & should be removed
10 years ago
Volker E
25b77159c4
adressing #14979 meta charset declaration should be first in head
10 years ago
Volker E
e8c99a60ec
addressing #14978 - remove html root classes targeting IE6/IE7
10 years ago
Volker E
f3cd552797
addressing #14978 - remove html root classes targeting IE6/IE7
10 years ago
Jan-Christoph Borchardt
37a41dad56
add more whitespace to share link options in dropdown for better clickability and look
10 years ago
Jan-Christoph Borchardt
6ac677f17a
fix checkbox alignment in share dialog, fix #11515
10 years ago
Jenkins for ownCloud
b51b4f0a2c
[tx-robot] updated from transifex
10 years ago
Lukas Reschke
283476a2f7
Use new IMailer and add unit-tests for lostcontroller
10 years ago
Lukas Reschke
13486a5ada
Migrate to SwiftMail
...
Replaces the OC_Mail and phpmailer with SwiftMail allowing us to mock it properly.
Fixes the unit test execution on master on local machines and https://github.com/owncloud/core/issues/12014
Conflicts:
3rdparty
lib/private/server.php
lib/public/iservercontainer.php
tests/lib/mail.php
tests/settings/controller/mailsettingscontrollertest.php
Conflicts:
3rdparty
lib/private/mail.php
lib/private/server.php
lib/public/iservercontainer.php
settings/ajax/lostpassword.php
settings/application.php
10 years ago
Joas Schilling
8ed27d2ce0
Create an interface for OC_Image and OCP\Image for the public API
10 years ago
Joas Schilling
4c4c0fa120
Use the PreviewManager where possible
10 years ago
Thomas Müller
c262d0d966
Update shipped.json
10 years ago
Jenkins for ownCloud
c1a3394f48
[tx-robot] updated from transifex
10 years ago
Joas Schilling
5d71eb5670
Color avatars of non-existing users gray and display X instead
10 years ago
Joas Schilling
8304f5f508
Fix getting the avatar of a non-existing user
10 years ago
Thomas Müller
40b2889785
shipped apps are now defined in core/shipped.json - the shipped tag in info.xml is ignored from now on - never trust an app 🙊
10 years ago
Jenkins for ownCloud
d17630d6be
[tx-robot] updated from transifex
10 years ago
Vincent Petry
ce94a998dd
Use storage id + appframework for ext storage CRUD
...
- Added StorageConfig class to replace ugly arrays
- Implemented StorageService and StorageController for Global and User
storages
- Async status checking for storages (from Xenopathic)
- Auto-generate id for external storage configs (not the same as
storage_id)
- Refactor JS classes for external storage settings, this mostly
moves/encapsulated existing global event handlers into the
MountConfigListView class.
- Added some JS unit tests for the external storage UI
10 years ago
Jenkins for ownCloud
454a2563bc
[tx-robot] updated from transifex
10 years ago
Christian Kampka
277503209a
Install command should not require table prefix
10 years ago
Roeland Jago Douma
1a0f9c375b
Avatar controller moved to AppFrameWork
...
* Original avatarcontroller migrated to the appframework
* Added DataDisplayResponse that show data inline in the browser (used
to retrun the image)
* Removed some unneeded code
* Added unit tests for the avatarcontroller
10 years ago
Thomas Müller
96b223676d
Don't play with config values ...
10 years ago
Thomas Müller
cba3ec2c7f
Setting oci as supported database
10 years ago
Joas Schilling
b1ff21ee28
Add a console command user:add to create users over the console
10 years ago
Joas Schilling
560137ca23
Always include the installed app version in "occ app:list"
10 years ago
Thomas Müller
6c1a1234f8
Properly handle available databases at runtime and respect setup checks in command line as well
10 years ago
Jenkins for ownCloud
01ea056ac8
[tx-robot] updated from transifex
10 years ago