summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-267-0/+17
|
* check if user is logged inBjoern Schiessle2013-11-261-0/+3
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-2630-29/+29
|
* Merge pull request #5960 from owncloud/enc_small_visual_improvementsVincent Petry2013-11-251-5/+5
|\ | | | | [encryption] some small visual improvements
| * - show a spinner while decrypting files if the encryption app was disabledBjoern Schiessle2013-11-201-5/+5
| | | | | | | | - don't fade-out the decryption result
* | fix typoBjoern Schiessle2013-11-251-1/+1
| |
* | remove logic from template and fix syntax errorThomas Mueller2013-11-242-2/+2
| |
* | replace echo with pFrank Karlitschek2013-11-242-2/+2
| |
* | show the build number if on the daily build update channelFrank Karlitschek2013-11-242-2/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-11-249-0/+36
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-11-2128-28/+0
| |
* | Merge pull request #5773 from owncloud/fix-2152-masterThomas Müller2013-11-212-4/+12
|\ \ | | | | | | Make working en_US.UTF-8 locale a hard requirement
| * | Fixing the warning notificationsThomas Müller2013-11-211-1/+9
| | |
| * | Update error messagesBart Visscher2013-11-152-3/+3
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-11-213-2/+40
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2013-11-157-1/+59
| |
* | Fix spacing issue for checkboxes, vertically center checkboxes on personal pageMorris Jobke2013-11-111-0/+5
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-11-0912-8/+63
|/
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-0650-183/+66
|
* change 'Display Name' to more understandable 'Full Name', fix #5612Jan-Christoph Borchardt2013-11-063-5/+5
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-032-2/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-035-26/+38
|
* Merge pull request #5638 from owncloud/admin-quotafieldMorris Jobke2013-10-312-4/+13
|\ | | | | Improve quota input field
| * fix translation stringsMorris Jobke2013-10-311-2/+2
| |
| * Improve quota input fieldVincent Petry2013-10-302-4/+13
| | | | | | | | | | | | - Added tooltip with examples - The quota value returned by the server is now displayed after update - Fixes #5346
* | Changed wording in log level dropdownVincent Petry2013-10-301-5/+5
| |
* | Changed log level labels in log level dropdownVincent Petry2013-10-301-6/+14
|/
* [tx-robot] updated from transifexJenkins for ownCloud2013-10-2914-1/+69
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-10-274-0/+8
|
* Merge pull request #5552 from owncloud/admin-warninghomeexistsfixThomas Müller2013-10-271-4/+4
|\ | | | | Fixed user dir existence check when creating new user
| * Fixed user dir existence check when creating new userVincent Petry2013-10-251-4/+4
| | | | | | | | | | | | The check was done too later. It turns out that createUser() had already created the dir, which caused the warning message to be shown every time.
* | [tx-robot] updated from transifexJenkins for ownCloud2013-10-2737-69/+192
|/
* Fix leftcontent/right content, fixes tasks appVincent Petry2013-10-241-4/+0
| | | | | Tasks app layout was broken since the controls bar is higher now. This change should hopefully fix other apps using the same layout.
* Fixed wrong id when reading checkbox value for force SSL settingVincent Petry2013-10-231-1/+1
| | | | Fixes #5488
* Added warning notification when user home already existsVincent Petry2013-10-222-0/+19
| | | | | | | When creating a user and the home already exists in the data dir, a warning notification will be displayed. Fixes #5161
* Merge pull request #5455 from owncloud/fixing-2423-masterThomas Müller2013-10-222-2/+2
|\ | | | | introduce link_to_docs() and migrate links
| * introduce link_to_docs() and migrate linksThomas Müller2013-10-212-2/+2
| |
* | Merge pull request #5426 from owncloud/fix-3612Vincent Petry2013-10-221-0/+4
|\ \ | |/ |/| Adds margin to the SSL root certificate button
| * Takes Import button to next line.raghunayyar2013-10-211-1/+4
| |
| * Adds margin to the SSL root certificate buttonraghunayyar2013-10-191-0/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-10-2129-58/+0
| |
* | Merge pull request #5429 from owncloud/fix_cron_docuFrank Karlitschek2013-10-201-2/+2
|\ \ | | | | | | harmonize this with the documentation. Once every minute is way to often.
| * | change the languageFrank Karlitschek2013-10-201-2/+2
| | |
| * | harmonize this with the documentation. Once every minute is way to often. ↵Frank Karlitschek2013-10-191-2/+2
| |/ | | | | | | Every 15min should be fine just as the documentation suggests: http://doc.owncloud.org/server/5.0/admin_manual/configuration/background_jobs.html
* / [tx-robot] updated from transifexJenkins for ownCloud2013-10-194-7/+27
|/
* Merge pull request #5321 from owncloud/settings-applistwidthsVincent Petry2013-10-181-1/+5
|\ | | | | Fixed app list right container to not overlap left container scrollbar
| * Fixed app list right container to not overlap left container scrollbarVincent Petry2013-10-141-1/+5
| | | | | | | | | | | | - Container widths in apps list now use pixels instead of em - Container widths now match properly and rightcontainer doesn't overlap the scrollbar any more
* | [tx-robot] updated from transifexJenkins for ownCloud2013-10-172-1/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-10-163-1/+20
| |
* | Merge pull request #5297 from owncloud/quota-styleJan-Christoph Borchardt2013-10-141-7/+5
|\ \ | |/ |/| Fixes Default Quota Style in User Management.