summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-09-014-2/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-08-306-5/+138
|
* no duplicate declaration of appLicense + camelCaseThomas Müller2013-08-281-5/+4
|
* Work around #4630 to fix license showingkondou2013-08-281-1/+10
|
* Merge pull request #4563 from owncloud/use_personal-passwordJan-Christoph Borchardt2013-08-282-2/+2
|\ | | | | Use personal-password for the password name in personal.php
| * Use personal-password for the password name in personal.phpkondou2013-08-242-2/+2
| | | | | | | | Fix #4491
* | [tx-robot] updated from transifexJenkins for ownCloud2013-08-284-0/+19
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-08-2711-5/+34
| |
* | Merge pull request #4586 from owncloud/fixing-3431-masterMorris Jobke2013-08-271-118/+0
|\ \ | | | | | | kill zh_CN.GB2312
| * | kill zh_CN.GB2312Thomas Müller2013-08-271-118/+0
| | |
* | | storage information is path specificThomas Müller2013-08-271-1/+1
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2013-08-2558-163/+114
| |
* | Merge pull request #4331 from owncloud/improve_app-managementChristopher2013-08-254-22/+54
|\ \ | |/ |/| Improve app-management
| * Merge branch 'master' into improve_app-managementkondou2013-08-2170-34/+282
| |\ | | | | | | | | | | | | Conflicts: settings/js/apps.js
| * | Move .errormsg from settings-css to .warning in core. Reusable!kondou2013-08-183-14/+6
| | |
| * | Use appitem instead of always recreating a jquery objectkondou2013-08-181-15/+13
| | | | | | | | | | | | Also fix some wrong data storages
| * | Don't use an alert for displaying app-mgmt-errorskondou2013-08-183-10/+44
| | | | | | | | | | | | | | | | | | Rather display a dominant div and mark the problematic app in the applist. Fix #305
| * | Merge branch 'master' into improve_app-managementkondou2013-08-1810-36/+47
| |\ \
| * \ \ Merge branch 'master' into improve_app-managementkondou2013-08-0975-76/+348
| |\ \ \
| * | | | Log exception at the catching codekondou2013-08-091-0/+1
| | | | |
| * | | | Improve app-managementkondou2013-08-062-11/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Better error messages - Translate untranslated strings Basically picks non-app-dependency related stuff from #4017
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-233-0/+18
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-225-1/+16
| |_|_|/ |/| | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-2125-0/+65
| | | |
* | | | Merge pull request #4262 from owncloud/fix_jslint_kondouChristopher2013-08-204-7/+10
|\ \ \ \ | | | | | | | | | | Fix some JSLint warnings
| * \ \ \ Merge branch 'master' into fix_jslint_kondoukondou2013-08-1881-129/+441
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | Conflicts: apps/files/js/file-upload.js
| * | | | Fix a syntax error & have if-conds in an own linekondou2013-08-011-1/+3
| | | | |
| * | | | Fix some JSLint warningskondou2013-07-314-7/+8
| | | | |
* | | | | Merge pull request #4447 from owncloud/fix_4351_masterMorris Jobke2013-08-204-22/+29
|\ \ \ \ \ | | | | | | | | | | | | Use JSON to send/receive group data.
| * | | | | Break long lines into smaller ones.Owen Winkler2013-08-181-3/+10
| | | | | |
| * | | | | Use JSON to send/receive group data.Owen Winkler2013-08-154-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | Squashed commits from PR #4364 for master.
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-1935-0/+62
| | | | | |
* | | | | | Merge pull request #4239 from owncloud/decrypt_files_againBjörn Schießle2013-08-185-0/+111
|\ \ \ \ \ \ | | | | | | | | | | | | | | Enable user to decrypt files again after encryption app was disabled
| * \ \ \ \ \ Merge branch 'master' into decrypt_files_againBjoern Schiessle2013-08-1781-122/+464
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/tests/keymanager.php
| * | | | | | check if some encrypted files are left after the app was disabled and warn ↵Bjoern Schiessle2013-08-121-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the user
| * | | | | | only show decrypt all files option if encrypted files are availableBjoern Schiessle2013-07-301-2/+1
| | | | | | |
| * | | | | | improved error handlingBjoern Schiessle2013-07-301-4/+8
| | | | | | |
| * | | | | | working decrypt files methodBjoern Schiessle2013-07-294-19/+76
| | | | | | |
| * | | | | | add decryptall.phpBjörn Schießle2013-07-291-0/+14
| | | | | | |
| * | | | | | register decrypt all routeBjörn Schießle2013-07-291-0/+2
| | | | | | |
| * | | | | | add ajax call to decrypt all filesBjörn Schießle2013-07-292-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/lib/crypt.php
| * | | | | | user interface to allow user to decrypt all his files once the encryption ↵Björn Schießle2013-07-292-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | app was disabled Conflicts: settings/templates/personal.php
* | | | | | | Merge pull request #4497 from owncloud/newlines_at_eof_kondouKondou2013-08-184-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add newlines at the end of files
| * | | | | | | Add _many_ newlines at the end of fileskondou2013-08-184-4/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Add trailing comma for all touched array lines.Andreas Fischer2013-08-171-1/+1
| | | | | | |
* | | | | | | Fix spacing of all touched lines.Andreas Fischer2013-08-172-2/+2
| | | | | | |
* | | | | | | Compare result are already true/falseBart Visscher2013-08-172-2/+2
|/ / / / / /
* | | | | | Merge pull request #4476 from owncloud/doc-on-masterThomas Müller2013-08-171-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix difference between packaged version and master
| * | | | | | fix difference between packaged version and masterMorris Jobke2013-08-171-2/+2
| | | | | | |
* | | | | | | remove ru_RU - fixes #3135Thomas Müller2013-08-172-12/+0
|/ / / / / /